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. Qt Quick downloads?
Forum Updated to NodeBB v4.3 + New Features

Qt Quick downloads?

Scheduled Pinned Locked Moved Solved QML and Qt Quick
8 Posts 2 Posters 1.1k 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
    robopoulos
    wrote on last edited by
    #1

    Hi

    Installed Qt 5.11.2. It supports up to Qt Quick 2.4 How can I get the latest version(s) of QtQuick.

    Thanks

    /rapa

    sierdzioS 1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #6

      @robopoulos said in Qt Quick downloads?:

      qrc:/main.qml:2 module "QtQuick.Controls" version 2.11 is not installed

      You are not importing QtQuick here, but QtQuick.Controls! These are 2 different modules.

      Current module versions are:

      import QtQuick 2.11
      import QtQuick.Controls 2.4 // new controls
      import QtQuick.Controls 1.4 // old controls
      

      (Z(:^

      1 Reply Last reply
      2
      • R robopoulos

        Hi

        Installed Qt 5.11.2. It supports up to Qt Quick 2.4 How can I get the latest version(s) of QtQuick.

        Thanks

        /rapa

        sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by
        #2

        @robopoulos said in Qt Quick downloads?:

        It supports up to Qt Quick 2.4

        How have you determined that?

        Qt 5.11.2 supports QtQuick 2.11, out of the box.

        (Z(:^

        1 Reply Last reply
        0
        • R Offline
          R Offline
          robopoulos
          wrote on last edited by
          #3

          I get this in app Output:

          qrc:/main.qml:2 module "QtQuick.Controls" version 2.11 is not installed

          R 1 Reply Last reply
          0
          • R robopoulos

            I get this in app Output:

            qrc:/main.qml:2 module "QtQuick.Controls" version 2.11 is not installed

            R Offline
            R Offline
            robopoulos
            wrote on last edited by
            #4

            ... and the same all the way down to 2.4

            1 Reply Last reply
            0
            • R Offline
              R Offline
              robopoulos
              wrote on last edited by
              #5

              I've installed a couple of times everything and would try once more. Should I perhaps install some earlier versions of Qt too? How about PATH parameters, could that be a reason? As compilers I have mingw 5.x 32 bit, VS 2015 32/64, VS 2017 64bit. I'm running on Win 10 platform.

              1 Reply Last reply
              0
              • sierdzioS Offline
                sierdzioS Offline
                sierdzio
                Moderators
                wrote on last edited by
                #6

                @robopoulos said in Qt Quick downloads?:

                qrc:/main.qml:2 module "QtQuick.Controls" version 2.11 is not installed

                You are not importing QtQuick here, but QtQuick.Controls! These are 2 different modules.

                Current module versions are:

                import QtQuick 2.11
                import QtQuick.Controls 2.4 // new controls
                import QtQuick.Controls 1.4 // old controls
                

                (Z(:^

                1 Reply Last reply
                2
                • R Offline
                  R Offline
                  robopoulos
                  wrote on last edited by
                  #7

                  SURE, THAT'S IT THANKS! Just getting into QML the first time.

                  Thanks!

                  /rapa

                  1 Reply Last reply
                  0
                  • sierdzioS Offline
                    sierdzioS Offline
                    sierdzio
                    Moderators
                    wrote on last edited by
                    #8

                    You're welcome, happy coding :-)

                    (Z(:^

                    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