how to implement drop down color picker
Unsolved
General and Desktop
-
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.
![alt text]( image url)
-
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 -
@vinaygopal
Sorry I know nothing about QML.