aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2022-03-25 13:42:34 +0100
committerAndreas Eliasson <andreas.eliasson@qt.io>2022-03-28 11:42:44 +0100
commitc5fcbc4cf631ae79e7ea5ac6e3088ba5cf71e8ce (patch)
tree3c2102455e379569f40df7101c5fda7d17826293 /src
parentb9751902f393cd36efd3af8fd53eee43c19cdef1 (diff)
Doc: Revise Qt Quick Timeline module landing page
Use global qmake snippet and restructure some of the sections. Task-number: QTBUG-100369 Pick-to: 6.3 6.3.0 Change-Id: I9fdfe6607ea045a64e4e0511cf87be2e5ff21e18 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/timeline/doc/src/qtquicktimeline-index.qdoc22
1 files changed, 8 insertions, 14 deletions
diff --git a/src/timeline/doc/src/qtquicktimeline-index.qdoc b/src/timeline/doc/src/qtquicktimeline-index.qdoc
index 109c084..67d5359 100644
--- a/src/timeline/doc/src/qtquicktimeline-index.qdoc
+++ b/src/timeline/doc/src/qtquicktimeline-index.qdoc
@@ -35,14 +35,9 @@
parameterization. This module is directly supported by Qt Design Studio and
Qt Quick Designer, with a timeline editor to create keyframe-based animations.
- \section1 Getting Started
+ \section1 Using the Module
- To import the QML types into your application, use the following import
- statement in your \c{.qml} file:
-
- \code
- import QtQuick.Timeline
- \endcode
+ \include {module-use.qdocinc} {using the qml api} {QtQuick.Timeline}
\section1 Articles and Guides
@@ -50,6 +45,12 @@
\li \l{Qt Quick Timeline Overview}{Overview}
\endlist
+ \section1 Reference
+
+ \list
+ \li \l{Qt Quick Timeline QML Types}{QML Types}
+ \endlist
+
\section1 Module Evolution
\l{Changes to Qt Quick Timeline} lists important changes in the
module API and functionality that were done for the Qt 6 series of Qt.
@@ -59,11 +60,4 @@
Qt Quick Timeline is available under commercial licenses from \l{The Qt Company}.
In addition, it is available under the \l{GNU General Public License, version 3}.
See \l{Qt Licensing} for further details.
-
- \section1 Reference
-
- \list
- \li \l{Qt Quick Timeline QML Types}{QML Types}
- \endlist
-
*/