summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-10-31 17:04:33 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-11-01 11:53:35 +0000
commit10d58b71309d438317da54b12f9df0ea83bbc1f5 (patch)
treebbdd6fea45d4b3cdd2f789db467fea55847bf4e3
parentc9086499f6fdd60c602b3dc2ff564fbae7a0aa47 (diff)
downloadqt-creator-10d58b71309d438317da54b12f9df0ea83bbc1f5.tar.gz
Doc: Remove links to example files
This does not seem to work anymore in QDoc since 5.13. Change-Id: I4e99603a3e3fc9d1ef735fe1fa87526116a83b1e Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r--doc/src/qtquick/creator-only/creator-mobile-app-tutorial.qdoc7
-rw-r--r--doc/src/qtquick/creator-only/qtquick-app-tutorial.qdoc6
2 files changed, 6 insertions, 7 deletions
diff --git a/doc/src/qtquick/creator-only/creator-mobile-app-tutorial.qdoc b/doc/src/qtquick/creator-only/creator-mobile-app-tutorial.qdoc
index 6f8b571bf8..6b09066b87 100644
--- a/doc/src/qtquick/creator-only/creator-mobile-app-tutorial.qdoc
+++ b/doc/src/qtquick/creator-only/creator-mobile-app-tutorial.qdoc
@@ -73,7 +73,7 @@
The main view of the application displays an SVG bubble image that moves
around the screen when you tilt the device.
- To use \l{accelbubble/Bluebubble.svg}{Bluebubble.svg} in your project,
+ To use \e {Bluebubble.svg} in your project,
copy it to the project directory (same subdirectory as the QML file).
The image appears in \uicontrol Resources. You can also use any other
image or a QML type, instead.
@@ -140,9 +140,8 @@
\QC creates a reference to the Bubble type in \e Page1Form.ui.qml.
- To check your code, you can compare \e Page1Form.ui.qml with the
- \l{accelbubble/Page1Form.ui.qml}{Page1Form.ui.qml} example file and
- \e Bubble.qml with the \l{accelbubble/Bubble.qml}{Bubble.qml} example file.
+ To check your code, you can compare your \e Page1Form.ui.qml and
+ \e {Bubble.qml} with the corresponding example files.
The UI is now ready and you can switch to editing the \e Bubble.qml and
\e main.qml files in the \uicontrol {Text Editor}, as described in the
diff --git a/doc/src/qtquick/creator-only/qtquick-app-tutorial.qdoc b/doc/src/qtquick/creator-only/qtquick-app-tutorial.qdoc
index 55fe9f421c..0d93f62c9f 100644
--- a/doc/src/qtquick/creator-only/qtquick-app-tutorial.qdoc
+++ b/doc/src/qtquick/creator-only/qtquick-app-tutorial.qdoc
@@ -188,9 +188,9 @@
\endlist
- To check your code, you can view \e Page1Form.ui.qml in the
- \uicontrol {Text Editor} and compare it with the \l{transitions/Page1Form.ui.qml}
- {Page1Form.ui.qml} example file.
+ To check your code, you can view your \e {Page1Form.ui.qml} file in the
+ \uicontrol {Text Editor} and compare it with the \e {Page1Form.ui.qml}
+ example file.
The new project wizard adds boilerplate code to the \e Page1.qml file to
create menu items and push buttons. Modify the boilerplate code by removing