Doc: Update info about enabling the Timeline view in Qt Creator

Qt Quick Timeline module is delivered with Qt 5.14 and later.

Change-Id: I5666fa0fd190607a1bb6224dcff5ac7f39db61f7
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Leena Miettinen
2019-10-25 15:09:27 +02:00
parent 51991e3a3e
commit fea693d9f9
3 changed files with 12 additions and 13 deletions

View File

@@ -42,6 +42,7 @@ depends += qtwidgets \
qthelp \ qthelp \
qtquickcontrols \ qtquickcontrols \
qtquickextras \ qtquickextras \
qtquicktimeline \
qtlinguist \ qtlinguist \
qtscxml \ qtscxml \
qtsensors \ qtsensors \

View File

@@ -64,10 +64,10 @@
Then you can use the \l QQuickView class in the main C++ source file to Then you can use the \l QQuickView class in the main C++ source file to
show the main QML file when the application starts. show the main QML file when the application starts.
At the time of this writing, the Qt Quick Timeline module is delivered with The \l{Qt Quick Timeline} module is delivered with \QDS and with Qt 5.14,
\QDS, but not with Qt. If you use a timeline in a \QDS project that you and later. If you use a timeline in a \QDS project that you import to \QC,
import to \QC, you must build the Qt Quick Timeline module and install it to and your Qt is older than 5.14, you must build the Qt Quick Timeline module
your Qt to be able to build your project. and install it to your Qt to be able to build your project.
\section1 Converting Projects \section1 Converting Projects
@@ -116,7 +116,9 @@
\section1 Adding Qt Quick Timeline Module to Qt Installations \section1 Adding Qt Quick Timeline Module to Qt Installations
Check out the Qt Quick Timeline module from \note You only need to do this if your Qt version is older than 5.14.
Check out the \l{Qt Quick Timeline} module from
\l{https://codereview.qt-project.org/#/admin/projects/qt/qtquicktimeline} \l{https://codereview.qt-project.org/#/admin/projects/qt/qtquicktimeline}
{Qt Code Review}. {Qt Code Review}.

View File

@@ -59,14 +59,10 @@
\uicontrol {Qt Quick Designer} > \uicontrol {Enable Timeline editor}. You \uicontrol {Qt Quick Designer} > \uicontrol {Enable Timeline editor}. You
need to restart \QC for the \uicontrol Timeline view to appear. need to restart \QC for the \uicontrol Timeline view to appear.
To be able to create timelines, you also need the Qt Quick Timeline module. To be able to create timelines, you also need the \l {Qt Quick Timeline}
At the time of this writing, the module is not available as a library in module, which is delivered with Qt 5.14, and later. For more
the Qt installer, and therefore you must check out the repository and build information about adding the module to an older Qt version, see
the module yourself using the same Qt version that you used to build \QC. \l{Adding Qt Quick Timeline Module to Qt Installations}.
You can check out the module from
\l{https://codereview.qt-project.org/#/admin/projects/qt/qtquicktimeline}
{Qt Code Review Tool}.
\endif \endif
\section1 Creating Timelines \section1 Creating Timelines