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

QtQuick Controls 1.4

Scheduled Pinned Locked Moved General and Desktop
8 Posts 3 Posters 3.9k Views 3 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.
  • I Offline
    I Offline
    illunara
    wrote on last edited by
    #1

    Hi everybody
    I just download the lastest Qt version 5.5 from official page and install it to try out the new qml treeview. But i can't find the option to create QuickProject with Qt Quick Controls 1.4 ( 1.3 is lastest version) neither import QtQuick.Controls 1.4 directly inside qml file.

    I found treeview.qml in source folder through. How can i config QtCreator so i can use new version of quick controls?

    Thanks

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You can just update the code generated to use the latest version supported by your Qt version.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • I Offline
        I Offline
        illunara
        wrote on last edited by
        #3

        Thank SGaist
        Can you give me more detail how to do it please? I can barely keep up with that

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Well, in the project you have now, just change the version numbers to match the one you want to use.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • musimbateM Offline
            musimbateM Offline
            musimbate
            wrote on last edited by
            #5

            Is there a way QtQuick Controls 1.4 can be enabled in the latest version of Qt Creator?Are there in the commercial version of Qt?I have a QML app I am trying to build (android) and downgrading to available versions ,when the app starts I am getting a black screen and the following errors in the application output: ,I suspect that it is trying to load the features that are only available in newer versions of QML components I am using.

            W/example (12758): (null):0 ((null)): QQmlApplicationEngine failed to load component
            W/example (12758): (null):0 ((null)): qrc:/qml/WellChat/main.qml:12 Type MainView unavailable
            W/example (12758): qrc:/qml/WellChat/MainView.qml:125 Type DiscoverPage unavailable
            W/example (12758): qrc:/qml/WellChat/BussinessPage/DiscoverPage.qml:81 Cannot assign to non-existent property "rightMargin"
            W/example (12758):
            

            Thank you for your time.

            Why join the navy if you can be a pirate?-Steve Jobs

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Which version of Qt are you using ?

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • musimbateM Offline
                musimbateM Offline
                musimbate
                wrote on last edited by
                #7

                I am using the standard latest Qt 5.5.0 android windows.It s arm7 eabi if that matters.

                Why join the navy if you can be a pirate?-Steve Jobs

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  On what component are you trying to set rightMargin ?

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  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