Compare these two images:
How do I get that dotted line to disapear (like the first image), using stylesheets?
-----------
Also, in a QListWidgetItem, with checkboxes, how do I stylesheet the checkbox to show something when hovered?
I can get the entire QListWidgetItem to show something on hover, but not just the checkbox.
The obvious: 'QListView::indicator:hover' doesn't work. Also, 'QListView::indicator:checked:hover' doesn't work either.
Bookmarks