How do I process a signal of in a subclass? Let\'s say my subclass is derived from QTextEdit and is interested in the signal textChanged. It seem
QTextEdit
textChanged
Maybe it seems silly, but that's the way I did it : connecting my derived class to the signal emited by the parent class.
But I'm interested if there are any other solutions !