Thread: Qt Class Query
View Single Post
Old 06-30-2024, 03:57 AM   #1
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,736
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Qt Class Query

Which Qt Class are the 3 Mode Buttons in the F&R panel:

Click image for larger version

Name:	Screenshot 2024-06-30 173327.jpg
Views:	357
Size:	24.1 KB
ID:	209291

I want to put a border around the lists, like so:

Click image for larger version

Name:	Screenshot 2024-06-30 173507.jpg
Views:	345
Size:	37.8 KB
ID:	209292

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
BetterRed is offline   Reply With Quote