Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Difference b/w qmlscence and qmlviewer
Forum Updated to NodeBB v4.3 + New Features

Difference b/w qmlscence and qmlviewer

Scheduled Pinned Locked Moved QML and Qt Quick
qt quickqml
4 Posts 2 Posters 1.4k Views 2 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.
  • R Offline
    R Offline
    Rohith
    wrote on last edited by
    #1

    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

    p3c0P 1 Reply Last reply
    0
    • R Rohith

      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

      p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      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
      0
      • R Offline
        R Offline
        Rohith
        wrote on last edited by
        #3

        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.

        p3c0P 1 Reply Last reply
        0
        • R Rohith

          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.

          p3c0P Offline
          p3c0P Offline
          p3c0
          Moderators
          wrote on last edited by
          #4

          @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
          0

          • Login

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