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. "QtQuick 1.0" vs. "QtQuick 1.1" in Qt 4.7.3 and QtDesktop
Qt 6.11 is out! See what's new in the release blog

"QtQuick 1.0" vs. "QtQuick 1.1" in Qt 4.7.3 and QtDesktop

Scheduled Pinned Locked Moved QML and Qt Quick
8 Posts 6 Posters 6.4k 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.
  • P Offline
    P Offline
    privet
    wrote on last edited by
    #1

    Hi,

    1. I installed Qt 4.7.3. and created a new QML project.

    2. QtCreator created a qml file in this new project.
      The first line in this file is: "import QtQuick 1.0"

    3. I downloaded (from the git repo), built and installed the "QtDesktop" QML library (= "qt-components")

    4. the file "SplitterRow.qml" of "QtDesktop requires "QtQuick 1.1" in the first line.
      So, "Components.SplitterRow" is not usable in the current Qt distribution!

    What could be the solution?
    Should I update my QtQuick version? How?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenisKormalev
      wrote on last edited by
      #2

      QtQuick 1.1 is not avail in 4.7.3. It will be avail at next version.

      1 Reply Last reply
      0
      • P Offline
        P Offline
        privet
        wrote on last edited by
        #3

        That means, a lot of QtDesktop-components are not usable currently!
        What a pity!
        Is there an other SplitterRow (a component like QSplitter for QML) implementation instead of this one from QtDesktop?

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          I suppose that 4.7.4 is not far ... I hopes ... you can use, like mit Qt4.7.4 from git ... it works fine

          1 Reply Last reply
          0
          • D Offline
            D Offline
            dangelog
            wrote on last edited by
            #5

            Both 4.7.4 and 4.8 will have QtQuick 1.1. Just use them.

            Software Engineer
            KDAB (UK) Ltd., a KDAB Group company

            1 Reply Last reply
            0
            • J Offline
              J Offline
              Jens
              wrote on last edited by
              #6

              Yes, we were not sure about requiring 1.1 but we decided to do it for the Splitters because it significantly improved the code quality. The assumption was that 4.7.4 was just around the corner. I am not sure what is holding it up right now but since Desktop components themselves are still in development I don't really see a big problem. We could create a qt quick 1.0 branch and simply remove the items that require 1.1 if it helps though.

              1 Reply Last reply
              0
              • AlicemirrorA Offline
                AlicemirrorA Offline
                Alicemirror
                wrote on last edited by
                #7

                Hi,

                In Qt 4.7.3 Qt-Quick is set by default 1.0 for all the platforms excluding the harmattan devices where it is set (and works) the 1.1 version.

                Enrico Miglino (aka Alicemirror)
                Balearic Dynamics
                Islas Baleares, Ibiza (Spain)
                www.balearicdynamics.com

                1 Reply Last reply
                0
                • D Offline
                  D Offline
                  dangelog
                  wrote on last edited by
                  #8

                  (In related news, 4.7.4 was tagged on git.)

                  Software Engineer
                  KDAB (UK) Ltd., a KDAB Group company

                  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