Jorgen-VikingGod / Qt-Frameless-Window-DarkStyle

simple MainWindow class implementation with frameless window and custom dark style. It adds also support for titlebar and buttons (minimize, maximize, close)
1.14k stars 272 forks source link

QCheckBox inside QComboBox Bug #28

Open shaheryaramir opened 6 years ago

shaheryaramir commented 6 years ago

QCheckBox inside QComboBoxdoes not respect modal behavior when QStyleFactory is Fusion. This has been known and raised as QTBUG-60310 https://bugreports.qt.io/browse/QTBUG-60310. I have modified Qstyle in DarkStyle.cpp to Windows. This resolves the issue but theme is not impressive anymore. I will play around with it but any help is welcome.