selection background color in TableWidget style sheet not working anymore
Solved
General and Desktop
-
I have the following style sheet for Qtablewidget:
QTableView{outline:0;selection-color: black; selection-background-color:green;}
This works fine on Ubuntu 18 with 5.15.2. It is not working anymore on Ubuntu 22.04 with 5.15.3.
Anyone has the same problem? -
@JoeCFD said in selection background color in TableWidget style sheet not working anymore:
QTableView{outline:0;selection-color: black; selection-background-color:green;}
Shouldn't it be QTableWidget?
"It is not working anymore" - what exactly does not work?