Details
-
Suggestion
-
Resolution: Done
-
P2: Important
-
5.9.1
-
49b9f1f1e8 (qt/qtdeclarative/dev) 49b9f1f1e8 (qt/tqtc-qtdeclarative/dev)
Description
As I'm writing my own style, I'm having the problem of having a global palette of colors that is context dependent of what parent the item is in (areas with a dark palette vs areas with a light palette)
This very problem is already solved by the base styles by the class QQuickAttachedObject (formerly known as QQuickStyleAttached) which would make very easy for me if i could just subclass it, but unfortunately is private api, forcing 3rd party styles to reimplement most of its logic.
Attachments
Issue Links
- relates to
-
QTBUG-63331 Add support for palettes in the existing styles
- Open
-
QTBUG-94146 More properties to handle Light/Dark/System mode
- Reported
-
QTBUG-107259 Add Environment concept to QML
- Reported