I\'m creating a text editor and I\'d like to put the QComboBox in the QMenu. I didn\'t find any method inside the QMenu that handled such
QComboBox
QMenu
You can always use a QWidget or QFrame as the Menu Widget, then put a QHBoxLayout on it, and insert your QWidgets inside.
QWidget
QFrame
QHBoxLayout
QWidgets