Qt Forum

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

    Call for Presentations - Qt World Summit

    Opening another application

    QML and Qt Quick
    3
    5
    2316
    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.
    • F
      FlyingFish last edited by

      Hello guys, is it possible to open another application through the use of an object? Thank you!

      1 Reply Last reply Reply Quote 0
      • V
        vsorokin last edited by

        Look to "QProcess":http://developer.qt.nokia.com/doc/qt-4.7/qprocess.html

        --
        Vasiliy

        1 Reply Last reply Reply Quote 0
        • F
          FlyingFish last edited by

          Is that applicable in QML? Thank you

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

            This is about QML? In that case, I am moving the topic. It was not appearant that you were talking about that QML at all earlier, so in that context, Vass's answer is very relevant.

            I think that even from QML, you will need to use QProcess through C++/QML integration, but I am not sure.

            1 Reply Last reply Reply Quote 0
            • F
              FlyingFish last edited by

              [quote author="Andre" date="1317273695"]This is about QML? In that case, I am moving the topic. It was not appearant that you were talking about that QML at all earlier, so in that context, Vass's answer is very relevant.

              I think that even from QML, you will need to use QProcess through C++/QML integration, but I am not sure. [/quote]
              Oh, my bad. In that case, thanks. I'll try to use QProcess.

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