Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
tryphe opened this issue Dec 15, 2014 · 4 comments
Closed

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

tryphe opened this issue Dec 15, 2014 · 4 comments

Comments

@tryphe
Copy link
Collaborator

tryphe commented Dec 15, 2014

coloring for QTreeView is wrong

@tryphe
Copy link
Collaborator Author

tryphe commented Dec 15, 2014

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 tryphe closed this as completed Dec 15, 2014
@tryphe tryphe reopened this Dec 15, 2014
@tryphe
Copy link
Collaborator Author

tryphe commented Dec 15, 2014

Reopened so people notice this =p

@tryphe tryphe closed this as completed Dec 15, 2014
@tryphe tryphe reopened this Dec 15, 2014
@tryphe
Copy link
Collaborator Author

tryphe commented Dec 15, 2014

Oops, haha

@tryphe tryphe changed the title coloring for QTreeView is wrong coloring for QTreeView is wrong(appears all white) Dec 15, 2014
@l0rdicon
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants