Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Hide instead of Quit

    QML and Qt Quick
    3
    4
    1775
    Loading More Posts
    • 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.
    • J
      javiyt last edited by

      Hi everyone,

      I'm developing an application in Qt with C++ and QML, and I'm testing with a Nokia 5800.

      I want to hide the app instead of quit it when you click a button. I mean, I want to let it still be loaded while you are again in the menu screen of the phone. I saw this in the Contacts OVI app and in Whatsapp but I couldn't make it.

      Any idea? I tried with QmlApplicationViewer::hide but then I can not open it again.

      Thanks in advance.

      1 Reply Last reply Reply Quote 0
      • A
        andre last edited by

        Sounds like something that is phone specific API. Perhaps you will have more luck getting a good answer on this one in Forum Nokia.

        1 Reply Last reply Reply Quote 0
        • A
          Amine27 last edited by

          You can do it with Symbian API:

          http://www.developer.nokia.com/Community/Discussion/showthread.php?214482-Correct-way-to-quot-hide-quot-an-application-and-then-later-on-pop-it-up-later&p=861027

          1 Reply Last reply Reply Quote 0
          • J
            javiyt last edited by

            Thank you a lot! Really helpfull :)

            1 Reply Last reply Reply Quote 0
            • First post
              Last post