Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
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.