Hi and thanks for replying!
Yeah, it makes sense.. I followed your advice and overwrote accept() (in fact I think it is more efficent). Anyway, I would like to know if it is possible to use auto-connect feature for the current instance of the class, something like on_this_accepted(). I know you can achieve something like that outside the class (in the parent), but it wouldn't be good if you have to repeat the methods for each instance of the class. Maybe it can be done manually (using connect()), but not with auto-connect.
Also, Qt Creator generated that slot, so I think it is a bug, isn't it?
Thanks again and greetings!