QML ColorDialog within a Page
Unsolved
QML and Qt Quick
-
I think I've thoroughly confused myself, and would very much appreciate some clarification!
I have a QML Page with a header, and use a Loader to load configuration QML files as the body of the Page. The QML file I'm working on at the moment is used to select a colour, for which I figured the QML ColorDialog would be suitable. However, it seems that I can't have the ColorDialog as an Item within the loaded Page; it sits 'above' the loaded Page (as one would expect for a Dialog).
Do I need to build my own colour selector, or is there a way to use ColorDialog as a child of the Page rather than a 'sits above the main ApplicationWindow' Dialog?