how to implement drop down color picker
-
I see that QML provides color dialogs out of which i can pick a color , on click of a button i can launch this color picker dialogs what if dont want the color picker dialog where on click of a button i want to show the same color picker dialog but as a drow down, something like this.
-
create the color picker dialog as overlay widget and move it at the right position
-
can i give it a height and width? is there an example or something so i can refer to it?
-
@vinaygopal
Search the internet about Popup window, like:
https://stackoverflow.com/questions/45115343/placing-popup-window-at-the-bottom-right-corner-of-main-window-in-qt -
@mpergand currently i am having a problem with loading of colordialog in the popup.
if you could help me with an example of how i can load a dialog in a popup! in the QML side that would be great -
@vinaygopal
Sorry I know nothing about QML.
6/6