How to custom a menu which contains slider & buttons?
Unsolved
General and Desktop
-
Hi
You mean a QMenu ?
You can subclass QWidgetAction to insert widgets.https://stackoverflow.com/questions/8358965/is-there-a-way-to-add-a-qwidget-to-a-qmenu-in-qtcreator
That said. its really not standard user interface and might have issues
depending what widgets you put in there.