Are there Menu,Menu Bar and Menu Item components in Qt Design Studio? :(
Unsolved
Qt Creator and other tools
-
I can use menu, menu bar and menu item components by coding in Qt Design Studio.But I cannot find the corresponding components on the left! Are these components obsolete in components-module of Qt Design Studio?
In addition,although I can use these components by pure coding,I am not able to see the menu and menu item in the preview.Only when I run the project , I can see them entirely.
Sorry that I am not good at English :( -
Not 100% sure for Qt DesignStudio but also with QtCreator most UI elements are only available through code as just a few are selectable from QtCreator's Widget toolbox. Menus like
QMenu
is not one of them.