simple MainWindow class implementation with frameless window and custom dark style. It adds also support for titlebar and buttons (minimize, maximize, close)
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.
QCheckBox
insideQComboBox
does 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.