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. How to choose a Qt Quick componenet set ?
Forum Updated to NodeBB v4.3 + New Features

How to choose a Qt Quick componenet set ?

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 3 Posters 1.0k 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.
  • Y Offline
    Y Offline
    ysing
    wrote on last edited by
    #1

    Hello ,

    I'm going to devolop an application using Qt Quick but I didn't know what is the suitable Qt Quick component set to use :

    1. Qt Quick controls 1.1
    2. Qt Quick controls 1.0
    3. Qt Quick 2.2
    4. Qt Quick 2.1
    5. Qt Quick 1.1

    Can anybody explain to me the differences between them ?

    Thanks in advance .

    1 Reply Last reply
    0
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by
      #2

      Use Qt Quick 2.2 and Qt Quick Controls 1.1. Just use the latest. During project creation you can just select either of these and proceed.

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

      1 Reply Last reply
      0
      • p3c0P Offline
        p3c0P Offline
        p3c0
        Moderators
        wrote on last edited by
        #3

        IMO, the primary difference is if you want ready-to-use controls set like Pushbuttons, Checkboxes etc.. (complete list "here":http://qt-project.org/doc/qt-5/qtquickcontrols-index.html) like those of Qt Gui, use Qt Quick Controls whereas Qt Quick module provides all the basic types like for eg. Rectangle, Text etc..
        Both can be used independently or mixed with eachother.

        Qt Quick 1.x was introduced in Qt 4.x whereas Qt Quick 2.x in Qt 5.

        So as you can see as Qt4 and Qt5 evolved new features were requested and hence you see the new versions of these components released.

        So finally its better to go with Qt Quick 2.3 and/or Qt Quick Controls 1.1 as you get to use the latest features and which is probably more bugs free.

        157

        1 Reply Last reply
        0
        • Y Offline
          Y Offline
          ysing
          wrote on last edited by
          #4

          Ok , It became clear now .

          thanks to you .

          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