nochowderforyou / clams

Clam Project
MIT License
61 stars 58 forks source link

coloring for QTreeView is wrong(appears all white) #103

Closed tryphe closed 9 years ago

tryphe commented 9 years ago

coloring for QTreeView is wrong

tryphe commented 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; }

tryphe commented 9 years ago

Reopened so people notice this =p

tryphe commented 9 years ago

Oops, haha

l0rdicon commented 9 years ago

closing. This is fixed with the new stylesheet, so we will work on getting them sorted on the other issue