-
Notifications
You must be signed in to change notification settings - Fork 730
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
Missing style of QStandardItem built-in checkbox #92
Comments
Closed due to not being customize-able using a stylesheet. |
Reopening because I forget @aitormoreno actually found a solution in PR #67. I think he just forget the Indeterminate state. We should fix it. |
I will check this as soon as possible, thanks |
Something like this? Idle:
Focus:
|
Hi @KcHNST , could you add a PR for this? I think it is correct. Try to check if it works in your app. Tks again! |
KcHNST
added a commit
to KcHNST/QDarkStyleSheet
that referenced
this issue
May 8, 2018
Added image for the missing QTreeView/QListView undeterminated state, fix ColinDuquesnoy#92
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe Your Environment
[Versions from your environment]
Language
Python
Description / Steps to Reproduce
The built-in checkbox of QStandardItem does not used the styled checkbox whenever the check state is Qt::PartiallyChecked.
Actual Result
The problem checkbox shown among correctly styled checkboxes:
Expected Results / Proposed Result
The style should look like that of QCheckBox presumably?
The text was updated successfully, but these errors were encountered: