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. About QtQuick version
Qt 6.11 is out! See what's new in the release blog

About QtQuick version

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 2 Posters 545 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.
  • Stan HuangS Offline
    Stan HuangS Offline
    Stan Huang
    wrote on last edited by
    #1

    There are always imports in Qt tutorials, like
    import QtQuick 2.12
    import QtQuick.Window 2.2
    import QtQuick.Controls 2.12

    When I tried to interpret them by qmlscence, I usually got ".../Qt/tumbler.qml:1 module "QtQuick" version 2.12 is not installed". My questions are:

    What's are mapping between Qt and QtQuick? My installation of Qt is 5.
    Where or how to install so many versions of QtQuick? Is there any way that I can install those versions of QtQuick once, instead of one by one?

    J.HilkJ 1 Reply Last reply
    0
    • Stan HuangS Stan Huang

      There are always imports in Qt tutorials, like
      import QtQuick 2.12
      import QtQuick.Window 2.2
      import QtQuick.Controls 2.12

      When I tried to interpret them by qmlscence, I usually got ".../Qt/tumbler.qml:1 module "QtQuick" version 2.12 is not installed". My questions are:

      What's are mapping between Qt and QtQuick? My installation of Qt is 5.
      Where or how to install so many versions of QtQuick? Is there any way that I can install those versions of QtQuick once, instead of one by one?

      J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by
      #2

      @Stan-Huang

      What's are mapping between Qt and QtQuick? My installation of Qt is 5.

      the minor version indicator - the one after the 2. - directly correlates to your installed Qt- minor version.

      Qt 5.12 -> QtQuick 2.12

      Where or how to install so many versions of QtQuick? Is there any way that I can install those versions of QtQuick once, instead of one by one?

      IIRC, for compatibility reasons, 5.12 also supports QtQuick 2.0 - 2.11


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      1 Reply Last reply
      2

      • Login

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