-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[FIX] Canvas: Palette propagation #2760
[FIX] Canvas: Palette propagation #2760
Conversation
168d2d0
to
ef803ac
Compare
Codecov Report
@@ Coverage Diff @@
## master #2760 +/- ##
=======================================
Coverage 81.67% 81.67%
=======================================
Files 323 323
Lines 55420 55420
=======================================
Hits 45264 45264
Misses 10156 10156 |
❤️ Any possibility to also support |
What do you mean? QT_STYLE_OVERRIDE works the same as always. |
Hmm, I set $ env | grep QT_STYLE
QT_STYLE_OVERRIDE=adwaita-dark I guess it's got to do with paths and the virtualenv I have PyQt5 in. |
Do you have PyQt5 installed from wheels? Try using the system provided PyQt5. I.e. use |
751c275
to
bcb07f6
Compare
Use QGraphicsWidget's propagated font and palette for text styling.
Can now pass --style=fusion or --style=fusion:breeze-dark. Also suppress the default orange style when the application global palette is too dark.
bcb07f6
to
d2267dc
Compare
Issue
Canvas conflicts with dark theme/styles, e.g:
Description of changes
If deemed necessary a GUI option in the preferences dialog can also be added to select the style.Includes