aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-05-15 17:23:31 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-05-16 07:55:51 +0000
commit0a08b041add4bfdb85a996eb28f47f0907e993c8 (patch)
treec466f00e1cc47e0c91c79888e613b77ef3e97aec
parentbbfef062de6b8057875bc145d576fc926952c3a6 (diff)
Doc: Add a link from "Adding States" to "Binding Animations to States"
Change-Id: I49a28ed75a2bade67a4f550ccf303b409f9600d3 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--doc/src/qtquick/qtquick-states.qdoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/qtquick/qtquick-states.qdoc b/doc/src/qtquick/qtquick-states.qdoc
index 2cf0244521..975e1f0959 100644
--- a/doc/src/qtquick/qtquick-states.qdoc
+++ b/doc/src/qtquick/qtquick-states.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2018 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -161,4 +161,8 @@
You can use the \uicontrol {Text Editor} to specify transitions. For more
information, see \l{Transition}.
+
+ Alternatively, you can use the \uicontrol Timeline view to animate the
+ properties of UI components and to bind the animations to states. For more
+ information, see \l {Binding Animations to States}.
*/