Are there Menu,Menu Bar and Menu Item components in Qt Design Studio? :(
-
wrote on 10 Jan 2025, 23:00 last edited by Elerence Hooke 1 Oct 2025, 23:13
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 :( -
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 :(wrote on 13 Jan 2025, 11:59 last edited byNot 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.
1/2