Hi all,
is it possible to extend a Qt signal? The original signal is:
Qt Code:
To copy to clipboard, switch view to plain text mode
I need:
Qt Code:
To copy to clipboard, switch view to plain text mode
Thx!
Chris
Hi all,
is it possible to extend a Qt signal? The original signal is:
Qt Code:
To copy to clipboard, switch view to plain text mode
I need:
Qt Code:
To copy to clipboard, switch view to plain text mode
Thx!
Chris
No but you can subclass QProcess and add a new signal with the signature you want. Of course you will be responsible for emitting this signal.
Ok, thanks for the hint!
Bookmarks