Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. menubar
    Log in to post

    • SOLVED Qt menu looks "old" on Windows
      General and Desktop • qt5 windows menu menubar qt5.15.2 • • tontsa28  

      6
      0
      Votes
      6
      Posts
      65
      Views

      I took a look with the ListDLLs tool but couldn't actually find the plugin being used by the 32-bit version, maybe some other DLL is handling that? Anyway, my problem is now solved so I'll mark this topic as solved.
    • SOLVED QPalette set QMenubar background is not working
      General and Desktop • qt6 menubar qpalette • • jiajintao  

      4
      0
      Votes
      4
      Posts
      46
      Views

      @SGaist thank your message, i solved it.
    • UNSOLVED End of MenuBar not visible if window is not wide enough.
      QML and Qt Quick • qml style menubar • • reverse-engineer  

      1
      0
      Votes
      1
      Posts
      39
      Views

      No one has replied

    • SOLVED MenuBar (QtQuick.Controls) is hidden by a child window
      QML and Qt Quick • menubar • • mnesarco  

      4
      0
      Votes
      4
      Posts
      126
      Views

      @mnesarco Cool. Would you mind marking the thread as solved, then?
    • UNSOLVED Mapviewer no MenuBar
      Mobile and Embedded • menubar applicationwind qml android • • Kyeiv  

      1
      0
      Votes
      1
      Posts
      64
      Views

      No one has replied

    • SOLVED How can I use MenuBar.insertMenu method in QML?
      QML and Qt Quick • qml menu menubar insertmenu • • X Grant  

      5
      0
      Votes
      5
      Posts
      224
      Views

      @LeLev Yes. I have created some menus statically, hide/show them manually. Thank you.
    • SOLVED MenuBar - why it doesn't work?
      General and Desktop • menu menubar begginer • • amy.cpp  

      5
      0
      Votes
      5
      Posts
      253
      Views

      Hi I think you action runs out of scope it seems to be local variable QAction actions[11]; and you take address of them so it does not copy but refernce inside the list listOfMenus[0].addAction(&actions[i]); but it looks to me like the actions[11]; lives in constructor and hence when Mainwindow is shown, they are all already deleted. Move the list to be a member of the class and see. Damn Pl45m4 beat me to it :)
    • SOLVED Menu persistence
      General and Desktop • menubar show persistent visible • • normvcr  

      3
      0
      Votes
      3
      Posts
      141
      Views

      @SGaist Thanks for the offer of looking over a code sample. I have found that by setting W to be a Qt::Popup rather than a Qt::Window, this solves my problem.
    • UNSOLVED FullScreen prevents showing the sub menu bar
      General and Desktop • widget menubar fullscreen • • PandaGS  

      5
      0
      Votes
      5
      Posts
      642
      Views

      @martinrais Are you using an opengl based window? Maybe it is related to Fullscreen OpenGL Based Windows
    • UNSOLVED Widgets /WidgetBar above of MenuBar
      General and Desktop • qmainwindow menubar mdiarea indicator • • hzdev  

      5
      0
      Votes
      5
      Posts
      2107
      Views

      That's not how it works and not something I would expect either. The mdi sub-windows will only extend in the mdi area, nothing more. The behavior you are looking for, you'll have to implement yourself.
    • SOLVED Menu Icons Disappear with gnome Desktop Session
      General and Desktop • qt4 qmenu menubar redhat 6 gnome • • DougyDrumz  

      2
      0
      Votes
      2
      Posts
      888
      Views

      Hi, IIRC, that's part of the GNOME Human Interface Guidelines so there's no much you can do from a Qt point of view.
    • SOLVED Can't have application menu bar in english on OSX french
      General and Desktop • qml os x qt 5.5.1 menubar translations • • nelbok  

      12
      0
      Votes
      12
      Posts
      4377
      Views

      Hello, That not the problem here. If i understand correctly, the OSX Application Menu is translated by Qt, not my application. The problem occurs only with QtQuick and on a OSX no-english. So why i must do give a translated file created by me for QtQuick and not for QtWidgets ? (And not the translated files qt) Regards, nelbok
    • UNSOLVED Dynamically adding a Menu to a MenuBar
      QML and Qt Quick • qml menubar • • Smatcher  

      1
      0
      Votes
      1
      Posts
      748
      Views

      No one has replied

    • UNSOLVED Enabling QtTranslator for "qt_" disable OS X menubar integration partly
      General and Desktop • osx menubar translations • • Dashie  

      2
      0
      Votes
      2
      Posts
      961
      Views

      Hi and welcome to devnet, Do you mean that if you use the qt_fr.qm file everything is going well but if you add your own translation it starts acting up ?ä
    • QtQuick 5.4 in QtCreator 5.5 Mac OS X 10.9.5: menuBar missing from template project on execute. What the???? [SOLVED]
      QML and Qt Quick • qtcreator qtquick menu menubar template qtbroken • • DooziiInc  

      9
      0
      Votes
      9
      Posts
      2859
      Views

      You're welcome ! SInce everything is OK now, please update the thread title prepending [solved] so other forum users may know a solution has been found :) Also, while browsing the forum, consider up-voting the answers that helped you, it will make them easier to find for other users :)
    • [solved] Menu bar remains stubbornly invisible on Mac OS X Yosemite
      General and Desktop • mainwindow menubar • • bereid  

      10
      0
      Votes
      10
      Posts
      5948
      Views

      IIRC, having at first position allows the forum to show it more nicely on the lists
    • Layout / Widgets do not resize with main window
      General and Desktop • resize menubar tutorials • • bereid  

      4
      0
      Votes
      4
      Posts
      6572
      Views

      Hi, Did you put some actions within your menubar? IF not, the menubar is there, but empty, so almost invisible. If you are using the designer, it should be easy enough. Setting a layout is just clicking the top icons which layout you need. The resizing in designer is the resize you get in your end program. What happens if you open up an example and run it? Is there any difference between debug and release versions?
    • How to hide Menubar in Qt Quick Controls on Android?
      Mobile and Embedded • android menu menubar • • UniversE  

      1
      0
      Votes
      1
      Posts
      737
      Views

      No one has replied