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. Which Qt Quick version should I use?

Which Qt Quick version should I use?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 861 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.
  • B Offline
    B Offline
    bozz
    wrote on last edited by
    #1

    Hello everybody!

    I am loving the feel of Qt Quick, but I am unsure which version I should use.
    Should I use Qt Quick or Qt Quick Controls 2 when building apps?

    I would like to be able to build cross platform apps for win10, macOS, iOS and android.

    Do any of the Qt Quick version support OS native dialog pop ups?

    Do any of the Qt Quick versions support custom skinned pop-up menus that appear outside of the boundaries of the main window?

    Do any of the versions allow OS native context-menus, or right click menus to be used?

    I had a look at the following site: https://doc.qt.io/qt-5/qtquickcontrols2-differences.html , but it doesn't compare to Qt Quick. Only two different versions of controls.

    E 1 Reply Last reply
    0
    • B bozz

      Hello everybody!

      I am loving the feel of Qt Quick, but I am unsure which version I should use.
      Should I use Qt Quick or Qt Quick Controls 2 when building apps?

      I would like to be able to build cross platform apps for win10, macOS, iOS and android.

      Do any of the Qt Quick version support OS native dialog pop ups?

      Do any of the Qt Quick versions support custom skinned pop-up menus that appear outside of the boundaries of the main window?

      Do any of the versions allow OS native context-menus, or right click menus to be used?

      I had a look at the following site: https://doc.qt.io/qt-5/qtquickcontrols2-differences.html , but it doesn't compare to Qt Quick. Only two different versions of controls.

      E Offline
      E Offline
      Eeli K
      wrote on last edited by
      #2

      @bozz There's no "Qt Quick" per se which you could use alone; you must use Controls version 1 or 2, and they are compared in the table of differences. It's possible to use both versions in the same app, mixing different kinds of controls. To see Controls 1 and 2 in action you should open some Examples from the Welcome screen. Controls 2 gives a modern mobile app look&feel but it's not "native" - it's identical on every platform. Controls 1 tries to have native look&feel.

      There are many possibilities for dialogs. In the Qt Creator's Help view use the Index, type Dialog and open the corresponding index item. You will see three possibilities: Labs Platform, Controls 2 and plain Dialogs. Visit and compare them.

      If your questions aren't answered with these docs and examples you can ask again here.

      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