summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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