Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Quick and Control 2
Forum Update on Monday, May 27th 2025

Qt Quick and Control 2

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 643 Views
  • 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.
  • W Offline
    W Offline
    wilk3sy
    wrote on last edited by
    #1

    Does anyone have an infographic or some way of explaining Qt Widgets, Qt Quick, Qt Quick Controls and Qt Quick Controls 2

    As I understand it

    Qt Widgets are C++ based??

    Qt Quick is QML based ??

    Qt Quick Controls is an advancement on Qt Quick ??

    Qt Quick Controls 2 is an updated version of Qt Quick Controls with an emphasis on execution time ??

    Thanks

    mrjjM 1 Reply Last reply
    0
    • W wilk3sy

      Does anyone have an infographic or some way of explaining Qt Widgets, Qt Quick, Qt Quick Controls and Qt Quick Controls 2

      As I understand it

      Qt Widgets are C++ based??

      Qt Quick is QML based ??

      Qt Quick Controls is an advancement on Qt Quick ??

      Qt Quick Controls 2 is an updated version of Qt Quick Controls with an emphasis on execution time ??

      Thanks

      mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @wilk3sy said in Qt Quick and Control 2:

      Does anyone have an infographic or some way of explaining Qt Widgets, Qt Quick, Qt Quick Controls and Qt Quick Controls 2

      well the QML book should show you what its about
      https://qmlbook.github.io/

      As I understand it

      Qt Widgets are C++ based??
      Yes. The are made in c++. There are other bindings and its possible to use from say python.

      Qt Quick is QML based ??
      Yes. its ready-made QML Components . See it as a collection of QML building blocks.
      http://doc.qt.io/qt-5/qtquick-index.html

      Qt Quick Controls is an advancement on Qt Quick ??
      Its the "Widget" part. for the GUI
      http://doc.qt.io/qt-5/qtquickcontrols-index.html

      Qt Quick Controls 2 is an updated version of Qt Quick Controls with an emphasis on execution time ??
      I think its more about offer more UI controls and more advanced features.

      1 Reply Last reply
      0
      • W Offline
        W Offline
        wilk3sy
        wrote on last edited by
        #3

        brilliant, thanks, I'll take a read of this.

        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