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
At least on my linux PyQt6 it just does not run.
instead of QPalette need QPalette.ColorRole
qt.white does not work I settled on QColorConstants.White
QColorConstants.Red etc.
I added QColorConstants, QAction, QKeySequence to the
from PyQt6.QtGui import
The text was updated successfully, but these errors were encountered:
At least on my linux PyQt6 it just does not run.
instead of QPalette need QPalette.ColorRole
qt.white does not work I settled on QColorConstants.White
QColorConstants.Red etc.
I added QColorConstants, QAction, QKeySequence to the
from PyQt6.QtGui import
The text was updated successfully, but these errors were encountered: