how to implement drop down color picker
-
wrote on 2 Dec 2021, 08:42 last edited by
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.
-
wrote on 2 Dec 2021, 18:20 last edited by
create the color picker dialog as overlay widget and move it at the right position
-
wrote on 7 Dec 2021, 06:29 last edited by
can i give it a height and width? is there an example or something so i can refer to it?
-
can i give it a height and width? is there an example or something so i can refer to it?
wrote on 7 Dec 2021, 11:19 last edited by@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
Search the internet about Popup window, like:
https://stackoverflow.com/questions/45115343/placing-popup-window-at-the-bottom-right-corner-of-main-window-in-qtwrote on 7 Dec 2021, 11:48 last edited by@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 -
@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 greatwrote on 7 Dec 2021, 12:09 last edited by@vinaygopal
Sorry I know nothing about QML.
3/6