examples icon indicating copy to clipboard operation
examples copied to clipboard

09 Qt dark theme does not work on pyqt6

Open MurdochRav opened this issue 1 year ago • 0 comments

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

MurdochRav avatar Apr 16 '23 17:04 MurdochRav