Closed tryphe closed 9 years ago
The problem is that QTreeView does not inherit the parent sheet from QWidget as desired. Add these lines to style.qss to fix the problem: (I also have a few more fixes so will post a new .qss sometime soon)
QTreeView { color: #f1f1f1; background-color: #323232; } QTreeView::item { color: #f1f1f1; background-color: #323232; } QTreeView::branch { color: #f1f1f1; background-color: #323232; }
Reopened so people notice this =p
Oops, haha
closing. This is fixed with the new stylesheet, so we will work on getting them sorted on the other issue
coloring for QTreeView is wrong