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. Tumbler and QT5.5
Forum Updated to NodeBB v4.3 + New Features

Tumbler and QT5.5

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
5 Posts 2 Posters 512 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.
  • C Offline
    C Offline
    celica
    wrote on 12 Jan 2020, 16:06 last edited by
    #1

    Hi Guys
    I am introducing a Tumbler into a legacy project in which I am forced to use QT5.5 (with visual studio 2013 integration).

    Is it possible that QT QuickControls2 can be used with QT5.5 to bring in the Tumbler via QML.

    The reason I ask is that QtQuickControl2 is greyed out in the QT Project Option section within Visual Studio.

    Thanks for reading.

    J 1 Reply Last reply 12 Jan 2020, 22:11
    0
    • C celica
      12 Jan 2020, 16:06

      Hi Guys
      I am introducing a Tumbler into a legacy project in which I am forced to use QT5.5 (with visual studio 2013 integration).

      Is it possible that QT QuickControls2 can be used with QT5.5 to bring in the Tumbler via QML.

      The reason I ask is that QtQuickControl2 is greyed out in the QT Project Option section within Visual Studio.

      Thanks for reading.

      J Offline
      J Offline
      JKSH
      Moderators
      wrote on 12 Jan 2020, 22:11 last edited by
      #2

      @celica said in Tumbler and QT5.5:

      Is it possible that QT QuickControls2 can be used with QT5.5 to bring in the Tumbler via QML.

      In Qt 5.5, the Tumbler can be found in the Qt Quick Extras module: https://doc.qt.io/archives/qt-5.5/qml-qtquick-extras-tumbler.html

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      C 1 Reply Last reply 13 Jan 2020, 09:22
      1
      • J JKSH
        12 Jan 2020, 22:11

        @celica said in Tumbler and QT5.5:

        Is it possible that QT QuickControls2 can be used with QT5.5 to bring in the Tumbler via QML.

        In Qt 5.5, the Tumbler can be found in the Qt Quick Extras module: https://doc.qt.io/archives/qt-5.5/qml-qtquick-extras-tumbler.html

        C Offline
        C Offline
        celica
        wrote on 13 Jan 2020, 09:22 last edited by
        #3

        @JKSH Thanks for the response.
        My available modules are these however - https://ibb.co/FDVyvyN
        Quick Controls2 is greyed out for some reason.
        Any way to install Quick Controls 2 or QuickExtra?

        J 1 Reply Last reply 13 Jan 2020, 13:52
        0
        • C celica
          13 Jan 2020, 09:22

          @JKSH Thanks for the response.
          My available modules are these however - https://ibb.co/FDVyvyN
          Quick Controls2 is greyed out for some reason.
          Any way to install Quick Controls 2 or QuickExtra?

          J Offline
          J Offline
          JKSH
          Moderators
          wrote on 13 Jan 2020, 13:52 last edited by JKSH
          #4

          @celica said in Tumbler and QT5.5:

          My available modules are these however - https://ibb.co/FDVyvyN

          Those are C++ modules, not QML modules.

          For C++ modules, you must select a module to make it available in your project. QML modules are different -- you don't need to select them individually because all of them are always available.

          Quick Controls2 is greyed out for some reason.

          Because Qt Quick Controls 2 does not exist in Qt 5.5.

          Any way to install Quick Controls 2 or QuickExtra?

          Qt Quick Extras is already installed. You don't need to do anything special.

          Just add import QtQuick.Extras 1.4 to your QML file, as per the documentation.

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          C 1 Reply Last reply 17 Jan 2020, 12:32
          2
          • J JKSH
            13 Jan 2020, 13:52

            @celica said in Tumbler and QT5.5:

            My available modules are these however - https://ibb.co/FDVyvyN

            Those are C++ modules, not QML modules.

            For C++ modules, you must select a module to make it available in your project. QML modules are different -- you don't need to select them individually because all of them are always available.

            Quick Controls2 is greyed out for some reason.

            Because Qt Quick Controls 2 does not exist in Qt 5.5.

            Any way to install Quick Controls 2 or QuickExtra?

            Qt Quick Extras is already installed. You don't need to do anything special.

            Just add import QtQuick.Extras 1.4 to your QML file, as per the documentation.

            C Offline
            C Offline
            celica
            wrote on 17 Jan 2020, 12:32 last edited by
            #5

            @JKSH Hello
            Just adding that I updated the entire project structure to incorporate QT 5.12 so now I can load in lots more modules which solved my issue

            1 Reply Last reply
            0

            2/5

            12 Jan 2020, 22:11

            • Login

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