Qt Forum

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

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Difference b/w qmlscence and qmlviewer

    QML and Qt Quick
    qt quick qml
    2
    4
    1166
    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.
    • R
      Rohith last edited by

      Hi i am newbie to QML and i have started reading about QML from just a few days onwards and i was little bit confused about qmlscene and qmlviewer,can anybody please explain me the difference about these two and i need to implement QML in our POS terminal which is planted with IMX6 processor.Which is the best option to execute qml in pos either by qmlscene or qmlviewer.
      Please guide me.
      Thanks in advance,
      Rohith.G

      p3c0 1 Reply Last reply Reply Quote 0
      • p3c0
        p3c0 Moderators @Rohith last edited by

        Hi @Rohith
        The qmlviewer was a tool used in Qt 4.x versions only and in Qt 5.x it is replaced by qmlscene. Usually these tools are used for rapid prototyping and testing QML applications and IMO not used for production environment.
        The recommended way is to use QQuickView or QQmlApplicationEngine depending upon your requirements. The default template in latest QtCreator will provide you QQmlApplicationEngine so as to make use of Window.

        157

        1 Reply Last reply Reply Quote 0
        • R
          Rohith last edited by

          Hi @p3c0
          Thanks for replying me and solving my confusion.Now i need to use either QQuickView or QQmlApplicationEngine in our embedded device in order to execute the QML applications,Right.

          p3c0 1 Reply Last reply Reply Quote 0
          • p3c0
            p3c0 Moderators @Rohith last edited by

            @Rohith

            Now i need to use either QQuickView or QQmlApplicationEngine in our embedded device in order to execute the QML applications,Right.

            Yes.

            157

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