Quote:
Originally Posted by KevinH
Looking more closely the alternating colours are all in Tables/TreeViews, etc.
<snip>
In a stylesheet you should look to change or add the "alternate-background-color" property for QTableView, QTableWidget, QTreeView, and QTreeWidget.
See https://doc.qt.io/qt-5/stylesheet-reference.html for more details.
Hope this helps.
KevinH
|
Thanks, I added the alternate color to the qt stylesheet. I decided on #232629 and the result is kinder to my eyes.