Which Qt Class are the 3 Mode Buttons in the F&R panel:
I want to put a border around the lists, like so:
Hopefully by adding a line to the existing qt-style.qss file, a'la:
Code:
:focus {border: 1px solid yellow;}
QMenu {border: 1px solid yellow;}
Q????????? {border: 1px solid yellow;}
Tried
QPushButton {border: 1px solid yellow;} and
QPushButton open {border: 1px solid yellow;}… neither worked.
BR