You don't implement signals --- it's enough to declare them within class definition (the rest will be handled by moc).Originally Posted by Lebowski
Then just write:Qt Code:
emit someSignal( someParameter );To copy to clipboard, switch view to plain text mode
Then try the subclassing approach: http://doc.trolltech.com/3.3/designer-manual-6.htmlOriginally Posted by Lebowski
Bookmarks