summaryrefslogtreecommitdiffstats
path: root/doc/src/getting-started
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2020-09-23 15:11:47 +0200
committerNico Vertriest <nico.vertriest@qt.io>2020-10-20 17:56:38 +0200
commit92073a2f058c09fab4cb27a37fb42c447f79eb32 (patch)
tree83916ab781219a3e8860cda04d60a0b3769b1adf /doc/src/getting-started
parentf9292edc64114667e63d759e529874fe5067a370 (diff)
Doc: Fix link errors qtdoc
Task-number: QTBUG-86800 Change-Id: I5d49504b803f633c308e42e1827b65742d6c57bc Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'doc/src/getting-started')
-rw-r--r--doc/src/getting-started/controls-texteditor.qdoc14
-rw-r--r--doc/src/getting-started/examples.qdoc34
-rw-r--r--doc/src/getting-started/gettingstartedqml.qdoc5
3 files changed, 11 insertions, 42 deletions
diff --git a/doc/src/getting-started/controls-texteditor.qdoc b/doc/src/getting-started/controls-texteditor.qdoc
index 87a36288b..6fc30da2c 100644
--- a/doc/src/getting-started/controls-texteditor.qdoc
+++ b/doc/src/getting-started/controls-texteditor.qdoc
@@ -59,7 +59,7 @@ the application.
The files are part of the Qt package and are available when searched for
\uicontrol{Qt Quick Text Editor} in Qt Creator's \uicontrol{Welcome mode}.
All files used in the application are listed for viewing in the
-\l{Qt Quick Controls 1 - Text Editor Example} page.
+\l{Qt Quick Controls - Text Editor Example} page.
\section1 Setting Up the Environment and Project
@@ -72,7 +72,7 @@ that can create the project for you.
\uicontrol {Qt Quick Application} > \uicontrol Choose.
\li In the \uicontrol Name field, enter \uicontrol TextEditor and select \uicontrol Next.
\li In the \uicontrol {Qt Quick component set} field, select
- \uicontrol{Qt Quick Controls 1.2} > \uicontrol Next.
+ \uicontrol{Qt Quick Controls} > \uicontrol Next.
\li In the \uicontrol{Kit Selection} page, select \uicontrol Next.
\li In the \uicontrol{Summary} page, select \uicontrol Finish.
\endlist
@@ -105,7 +105,7 @@ later in the guide:
The text editor uses several icons to represent various actions. The icons are
in the \e images directory which is directly under the \e TextEditor project
directory. The images as well as the project files are also listed in the
-reference documentation on the \l{Qt Quick Controls 1 - Text Editor Example} page.
+reference documentation on the \l{Qt Quick Controls - Text Editor Example} page.
We first need to register the image files into the project's resource file,
\e qml.qrc. The resource files compact the images into the binary packages.
@@ -134,7 +134,7 @@ binary. For more information about resource files, see the
The accompanying examples files are listed in the following page:
\list
-\li \l{Qt Quick Controls 1 - Text Editor Example}
+\li \l{Qt Quick Controls - Text Editor Example}
\endlist
*/
@@ -331,7 +331,7 @@ QML type and \l{Signal and Handler Event System}.
The accompanying examples files are found in the following page:
\list
-\li \l{Qt Quick Controls 1 - Text Editor Example}
+\li \l{Qt Quick Controls - Text Editor Example}
\endlist
*/
@@ -521,7 +521,7 @@ these C++ functions in QML files.
The accompanying examples files are found in the following page:
\list
-\li \l{Qt Quick Controls 1 - Text Editor Example}
+\li \l{Qt Quick Controls - Text Editor Example}
\endlist
*/
@@ -679,7 +679,7 @@ and QML file are already packaged into the binary file.
The accompanying examples files are found in the following page:
\list
-\li \l{Qt Quick Controls 1 - Text Editor Example}
+\li \l{Qt Quick Controls - Text Editor Example}
\endlist
*/
diff --git a/doc/src/getting-started/examples.qdoc b/doc/src/getting-started/examples.qdoc
index 8d81ad5a8..8e9714670 100644
--- a/doc/src/getting-started/examples.qdoc
+++ b/doc/src/getting-started/examples.qdoc
@@ -229,31 +229,6 @@
*/
/*!
- \page examples-statemachine.html
- \ingroup all-examples
- \title State Machine Examples
- \brief Using Qt's finite state machine classes.
-
- Qt provides a powerful hierarchical finite state machine through the Qt State
- Machine classes.
-
- These examples demonstrate the fundamental aspects of implementing
- Statecharts with Qt.
-
- \list
- \li \l{statemachine/eventtransitions}{Event Transitions}\raisedaster
- \li \l{statemachine/factorial}{Factorial States}\raisedaster
- \li \l{statemachine/pingpong}{Ping Pong States}\raisedaster
- \li \l{statemachine/rogue}{Rogue}\raisedaster
- \li \l{statemachine/trafficlight}{Traffic Light}\raisedaster
- \li \l{statemachine/twowaybutton}{Two-way Button}\raisedaster
- \endlist
-
- For more information about using the Qt SCXML module to to create state
- charts from State Chart XML (SCXML) files, see \l {Qt SCXML Examples}.
-*/
-
-/*!
\page examples-animation.html
\ingroup all-examples
\title Animation Framework Examples
@@ -262,15 +237,8 @@
\image animation-examples.png Animation
\list
- \li \l{animation/animatedtiles}{Animated Tiles}
\li \l{animation/easing}{Easing Curves}
- \li \l{animation/moveblocks}{Move Blocks}\raisedaster
- \li \l{animation/states}{States}
- \li \l{animation/stickman}{Stick man}\raisedaster
- \li \l{animation/sub-attaq}{Sub-Attaq}
\endlist
-
- Examples marked with an asterisk (*) are fully documented.
*/
/*!
@@ -297,6 +265,7 @@
*/
/*!
+ \omit
\page examples-activeqt.html
\title ActiveQt Examples
\brief Using ActiveX from Qt applications.
@@ -315,4 +284,5 @@
\li \l{activeqt/simple}{Simple}\raisedaster
\li \l{activeqt/wrapper}{Wrapper}\raisedaster
\endlist
+ \endomit
*/
diff --git a/doc/src/getting-started/gettingstartedqml.qdoc b/doc/src/getting-started/gettingstartedqml.qdoc
index 64743afcc..d49c587ea 100644
--- a/doc/src/getting-started/gettingstartedqml.qdoc
+++ b/doc/src/getting-started/gettingstartedqml.qdoc
@@ -274,9 +274,8 @@
The app has no code for adding sound or vibration to the alarm, nor does
it store the alarms in any format or database. Maybe it could be an
- interesting coding project to add those features. Adding sound to this
- program can be realized with \l{Qt Multimedia QML Types}. Storing the data
+ interesting coding project to add those features. Storing the data
could be done quickly and easily in \l{JSON Support in Qt}{JSON format}.
- \sa {Qt Multimedia QML Types}, {JSON Support in Qt}
+ \sa {JSON Support in Qt}
*/