You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In using the examples provided I am able to change the background color to black "background":"#000000" however I cannot get the input color on a QLineEdit to change no matter what I do. I'm not getting any errors, it's just not changing. How does one change multiple colors at once?
The text was updated successfully, but these errors were encountered:
I did figure this out. However, I can only change multiple colors when using style sheets, and no when using a pallet. However, I'm OK with that since I can get the colors and style I want using a style sheet.
Available color id are different in Qpalette and Qt stylesheet but unfortunately not documented yet.
However, you can check which colors are used in codebase. https://github.com/5yutan5/PyQtDarkTheme/blob/main/style/palette.template.py
Currently only foreground, treeSectionHeader.background, primary, background, list.alternateBackground, border and their disabled are available.
In using the examples provided I am able to change the background color to black "background":"#000000" however I cannot get the input color on a QLineEdit to change no matter what I do. I'm not getting any errors, it's just not changing. How does one change multiple colors at once?
The text was updated successfully, but these errors were encountered: