I was curious, is Qt Stylesheets the only way to get the hover: property?
I wanted to somehow highlight like a whole row in a TableWidget when you hover your mouse over a row. I also wanted to highlight the QTreeWidgetItem when someone hovers their mouse over it, so the background color changes on that item. I figured it out using QPalette for Highlight by clicking, but not my mouseover...
Any ideas? Thanks.
Bookmarks