From 10d58b71309d438317da54b12f9df0ea83bbc1f5 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 31 Oct 2019 17:04:33 +0100 Subject: 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 --- doc/src/qtquick/creator-only/creator-mobile-app-tutorial.qdoc | 7 +++---- doc/src/qtquick/creator-only/qtquick-app-tutorial.qdoc | 6 +++--- 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 -- cgit v1.2.1