[Solved]Change the view of widget when hover on QPushButton or other QWidget without inheritance
General and Desktop
4
Posts
3
Posters
3.3k
Views
1
Watching
-
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