Qt 6.11 is out! See what's new in the release
blog
Push Button into a Combo Box
Qt Creator and other tools
6
Posts
3
Posters
5.7k
Views
1
Watching
-
Hi, i was trying create a menu. But i want that is open with a click. I think in use a combox for that, but can not put the push button inside. Thats possible? Somebody can help me? thanks
-
If you use QtCreator, when you insert a ComboBox in you Ui you can add the options that you want in the menu (by double-click on the combo). I think is not possibile to insert a push button into a combo box.
-
mlong, i was thinking that use the combox was be more easy to put colors and others effects, but is a good idea use the QMenu.
-
do you have some place, where can i, see the qmenu? i never use that before