Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.3.0
-
None
Description
In First Steps with QML
http://qt-project.org/doc/qt-5/qmlfirststeps.html
Chapter Animations
property int animatedValue: 0
Text
animatedValue exists in the parent and not in the current level, so it should probably be like this instead:
text: parent.animatedValue
for the animation to work
Attachments
Issue Links
- is duplicated by
-
QTBUG-40706 Little mistake in example
- Closed