Hello,
Take a QFrame, define the rigth styles for it and then you get a nice visual effect, when the mouse hovers over the frame.
Qt Code:
QFrame { border-width: 1px; border-style: solid; } border-width: 2px; }To copy to clipboard, switch view to plain text mode
The problem is, if you fill the QFrame with some children widgets that cover the frame, the mouse will not trigger the QFrame:hover style. Any ideas what I can do about this?
Bookmarks