[Solved]Change the view of widget when hover on QPushButton or other QWidget without inheritance
-
Assume that I have a QPushButton and a QTableView
When my mouse hover on the QPushButton
I want to change the appearance of the QTableView
Could I make this happen without inherit QPushButton
and override the mouseEvent(or other member function)?This kind of mission could be done by QML in a flash
But QML is not an option before the desktop components releaseThank you very much
-
Thanks to both of you