diff options
author | Leena Miettinen <[email protected]> | 2015-06-29 14:49:40 +0200 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2015-06-30 07:24:58 +0000 |
commit | b9b1f89ea9cad6dce4dfec051ae30e6458fde9dc (patch) | |
tree | 126cbcbb95126c40e38fd136daf582c0b02b43a6 /doc/src/widgets | |
parent | ccb930e29246e9fd4b56bebcb9e1b9ee29e0ee94 (diff) |
Doc: update the mobile application tutorial
Update text to match the template and UI.
Use the \example command instead of \page to have qdoc
generate HTML files from the example files. This requires
also adding the .pro file.
Add an SVG image to the sources and link to it from the
text.
Change-Id: Ib90798386ee082c9ea2a405b33a4f2a5996a9d2a
Reviewed-by: Tim Jenssen <[email protected]>
Diffstat (limited to 'doc/src/widgets')
-rw-r--r-- | doc/src/widgets/qtdesigner-app-tutorial.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/widgets/qtdesigner-app-tutorial.qdoc b/doc/src/widgets/qtdesigner-app-tutorial.qdoc index 6bf53205e67..1a4affebfdd 100644 --- a/doc/src/widgets/qtdesigner-app-tutorial.qdoc +++ b/doc/src/widgets/qtdesigner-app-tutorial.qdoc @@ -26,7 +26,7 @@ \contentspage {Qt Creator Manual} \previouspage {Creating a Qt Quick Application} \page creator-writing-program.html - \nextpage creator-mobile-app-tutorial.html + \nextpage {Creating a Mobile Application} \title Creating a Qt Widget Based Application |