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

Fixed: Could not parse application stylesheet #95

Closed
powermanwxy opened this issue May 4, 2018 · 0 comments
Closed

Fixed: Could not parse application stylesheet #95

powermanwxy opened this issue May 4, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@powermanwxy
Copy link
Contributor

Hi there,

When I try to use the lastest version of this style sheet, the Qt gives me a warning of "Could not parse application stylesheet".

I find it's relvant with a commit 7days ago(91231c9), the author write the comma to a wrong position in file "style.qss" line 65 and 66.

It should be:
QCheckBox::indicator:checked,
QGroupBox::indicator:checked { image: url(:/qss_icons/rc/checkbox_checked.png); }

But write as:
QCheckBox::indicator:checked
QGroupBox::indicator:checked, { image: url(:/qss_icons/rc/checkbox_checked.png); }

I have been fixed this in my fork Repository, and I'll post a pull request to this.

Thanks!

powermanwxy added a commit to powermanwxy/QDarkStyleSheet that referenced this issue May 4, 2018
@dpizetta dpizetta added the bug label May 4, 2018
@dpizetta dpizetta added this to the 2.5.4 milestone May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants