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

Any dark theme does not apply properly on Windows 11 #91

Open
Advik-B opened this issue Apr 15, 2023 · 1 comment
Open

Any dark theme does not apply properly on Windows 11 #91

Advik-B opened this issue Apr 15, 2023 · 1 comment

Comments

@Advik-B
Copy link

Advik-B commented Apr 15, 2023

Minimal reproducable code example (using QFontComboBox):

from PyQt6.QtWidgets import QApplication, QWidget, QFontComboBox
from qt_material import apply_stylesheet

app = QApplication([])
window = QWidget()
combo = QFontComboBox(window)
combo.move(50, 50)

apply_stylesheet(app, theme='dark_blue.xml')
window.show()
app.exec()

pycharm64_4ckCc62Yeu

My OS is Windows 11 with transparency enabled

@Advik-B Advik-B changed the title Any dark theme does not apply properly Any dark theme does not apply properly on Windows 11 Apr 15, 2023
@earmer
Copy link

earmer commented Aug 30, 2023

Yes and also all lineEdits! They are all black!

I tried to set color in QtDesigner, and when I ran the program, the font color doesn't change at all.

image

In this screenshot, the "username" should be blue but gray because I set the color in QtDesigner.

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