From 0a08b041add4bfdb85a996eb28f47f0907e993c8 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 15 May 2019 17:23:31 +0200 Subject: [PATCH] Doc: Add a link from "Adding States" to "Binding Animations to States" Change-Id: I49a28ed75a2bade67a4f550ccf303b409f9600d3 Reviewed-by: Thomas Hartmann --- doc/src/qtquick/qtquick-states.qdoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/src/qtquick/qtquick-states.qdoc b/doc/src/qtquick/qtquick-states.qdoc index 2cf02445210..975e1f09598 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}. */