Unavailable property of component (Flickable boundsMovement)
-
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 -
@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 -
Hi,
Backport the feature and build Qt yourself.
-
@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.
-
@Diracsbracket
import QtQuick 2.10
-
@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.