Mouse-over Event for QPushButton
Unsolved
General and Desktop
-
Hi
Normally you subclass the pushbutton and add it.
When this is not practical, an event filter can be used but
subclass is both easier and faster. (IMHO)Note. Using Creators promote feature, u can have QPushButtons in the UI replaced
with your subclass very easy.
http://doc.qt.io/qt-4.8/designer-using-custom-widgets.htmlThink of promote as "Replace at runtime" without you do anything.