Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
4.7.0
-
None
-
d8908922f339892fee4275a433e2bf6da87ae055
Description
Flickable's visibleArea properties are readonly, but this isn't indicated in the documentation ;
http://doc.qt.nokia.com/4.7-snapshot/qml-flickable.html#visibleArea.xPosition-prop
visibleArea.xPosition : real
visibleArea.widthRatio : real
visibleArea.yPosition : real
visibleArea.heightRatio : real
Trying to assign to any of the properties will cause a read-only error
Attachments
Issue Links
- relates to
-
QTBUG-11346 Only some read-only properties are marked as read only
- Closed