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. Unavailable property of component (Flickable boundsMovement)

Unavailable property of component (Flickable boundsMovement)

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
7 Posts 5 Posters 1.9k 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.
  • M Offline
    M Offline
    MHermann
    wrote on last edited by
    #1

    Hi!

    I am using Qt5.9 and import QtQuick 2.7.
    I want to use the Flickable component.
    Unfortunately the property boundsMovement is not available for me. But I don't know why.
    Has anyone an idea what could be the reason that a documented property of an component is noch available?
    (It is always unknown and red underlined.)

    Kind regards,
    MHermann

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      @MHermann said in Unavailable property of component (Flickable boundsMovement):

      boundsMovement

      Looks like it was introduced in Qt 5.10.
      http://doc.qt.io/qt-5/qml-qtquick-flickable.html#boundsMovement-prop

      157

      M 1 Reply Last reply
      0
      • p3c0P p3c0

        @MHermann said in Unavailable property of component (Flickable boundsMovement):

        boundsMovement

        Looks like it was introduced in Qt 5.10.
        http://doc.qt.io/qt-5/qml-qtquick-flickable.html#boundsMovement-prop

        M Offline
        M Offline
        MHermann
        wrote on last edited by MHermann
        #3

        @p3c0 : That's a pitty... Is there any workaround for boundsMovement of Flickable with Qt5.9?

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

          Hi,

          Backport the feature and build Qt yourself.

          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
          • DiracsbracketD Offline
            DiracsbracketD Offline
            Diracsbracket
            wrote on last edited by Diracsbracket
            #5

            @p3c0 said in Unavailable property of component (Flickable boundsMovement):

            Looks like it was introduced in Qt 5.10.

            I tried using this with Qt 5.10.0 and Qt 5.10.1 and it doesn't work:

            "Flickable.boundsMovement" is not available in QtQuick 2.9.
            

            I tried QtQuick versions 2.5 to 2.9. I'm on Windows 10.

            GrecKoG 1 Reply Last reply
            0
            • DiracsbracketD Diracsbracket

              @p3c0 said in Unavailable property of component (Flickable boundsMovement):

              Looks like it was introduced in Qt 5.10.

              I tried using this with Qt 5.10.0 and Qt 5.10.1 and it doesn't work:

              "Flickable.boundsMovement" is not available in QtQuick 2.9.
              

              I tried QtQuick versions 2.5 to 2.9. I'm on Windows 10.

              GrecKoG Offline
              GrecKoG Offline
              GrecKo
              Qt Champions 2018
              wrote on last edited by
              #6

              @Diracsbracket import QtQuick 2.10

              DiracsbracketD 1 Reply Last reply
              0
              • GrecKoG GrecKo

                @Diracsbracket import QtQuick 2.10

                DiracsbracketD Offline
                DiracsbracketD Offline
                Diracsbracket
                wrote on last edited by
                #7

                @GrecKo said in Unavailable property of component (Flickable boundsMovement):

                import QtQuick 2.10

                Thanks. It seems Qt Creator's autocomplete cannot be trusted. Version 10 does not appear.

                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