Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. Italian
  4. Qt widget application senza la main window
Qt 6.11 is out! See what's new in the release blog

Qt widget application senza la main window

Scheduled Pinned Locked Moved Italian
2 Posts 2 Posters 806 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MacDeveloper
    wrote on last edited by A Former User
    #1

    Salve a tutti,
    ho qualche problema a creare una qt widget application senza avere la main window. La necessità è quella di avere uno splash screen e una menu bar, e da li su eventi creare le finestre che servono. Ho creato una QApplciation a mano e una QMenuBar, pero vedo solo il menu di default con il nome dell'applicazione(su osx) ma la menubar creata non si vede.

    Qualche consiglio?
    Grazie in anticipo

    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      QMenuBar is a QWidget so if you call show() it should work

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved