examples
examples copied to clipboard
09 Qt dark theme does not work on pyqt6
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