Details
-
Type:
Suggestion
-
Status: Reported
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 7.0 (Next Major Release)
-
Component/s: GUI: Look'n'Feel, QPA
-
Labels:None
Description
QStyleHints is for styles, and QPlatformTheme is for platform-specific stuff like creation of menu bars, fonts, palettes, etc... but there is quite a bit of overlap between QStyleHints and QPlatformTheme::ThemeHint:
https://doc.qt.io/qt-6/qstylehints.html#properties
vs
What determines which properties/enum values go where?
This seems like it could be reorganised to be more consistent in Qt 7.