Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
6.2.0 Beta2
-
None
-
419734ddda88950ad3f09f7c630eb8771f9f0144 (qt/qtdeclarative/dev) fa8976884100c782b718519a5718e6255d3a23d8 (qt/qtdeclarative/6.2) 0c027fdca971de01e402cdabe9b078eefd2f4732 (qt/qtdeclarative/6.1)
Description
The private class QQuickColorGroup is referenced here: https://doc-snapshots.qt.io/qt6-6.2/qquickcolorgroup.html and here: https://doc.qt.io/qt-6/qquickcolorgroup.html.
I discovered this while trying to assign a palette created in C++ to a QQuickWindow. I was disappointed to realize that you can't create a QQuickColorGroup in C++ using the public APIs. Was this class intended to be made public in 6.0?