Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED]Application quits if any dialog is invoked and main gui is hidden
Forum Updated to NodeBB v4.3 + New Features

[SOLVED]Application quits if any dialog is invoked and main gui is hidden

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 853 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.
  • A Offline
    A Offline
    adnan
    wrote on last edited by
    #1

    I tried this using many ways and every time the main application quits.
    Suppose the main gui is hidden
    @this->hide();@
    Now if i right click the tray icon and click "Help" where the code executed is
    @helpDialog.show();@
    the main application simply quits. I dont know if this is a bug or what, it is causing me a lot of problem. Plz help!

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      Might be that is due to QApplication::quitOnLastWindowClose (something like that) is set to true (by default). Try set this on false and quit explicitly when the main window is really closed.

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      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