Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Next Major Release
-
linux
Description
Setting stylesheet as below,
QTreeWidget::item:selected:active { background: rgb(215, 198, 224); color: black; } QTreeWidget::item:selected:!active { background: rgb(220, 220, 220); color: black; } QTreeWidget::item:hover { background: rgb(234, 224, 238); color: black; } QTreeWidget::item:selected:hover{ background: rgb(234, 224, 238); color: black; }
doesnt work.
I also have noticed similar behavior with custom treewidgets with delegates. QTBUG-33251 , not sure if it is totally related.