Hello there!
I would like to create wrapper widget, that will hold some other (not specified) widget inside (and some other, this time quite concrete widget - QLineEdit). What I need is to catch all signal from this inner widget and pass them outside - but I don't know which signal inner widget emits. Is there any way to connect all signal from a widget to a one slot and then emit them again without letting my wrapper know anything about those signals?
Bookmarks