Details
-
Bug
-
Resolution: Won't Do
-
P2: Important
-
None
-
5.13.0
Description
Stylesheets with QColumnView are not working. The same stylesheet works with other QAbstarctItemView, like with QTableView
setStyleSheet("QColumnView::item{background:red;} QColumnView::right-arrow{image: url(:/icon.png);}");
Please refer to the attached sample.