aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/stocqt
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2014-04-14 15:57:57 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-16 21:22:06 +0200
commitfc634cb4a2daed40690f0530dc06ff850f3b73ab (patch)
treed7753a5f795193f2405bccc394ea9b85dbdf0c5b /examples/quick/demos/stocqt
parent1b3a9301fea572f970299f76332d468e366ede5a (diff)
Doc: Improved Qt Quick Demos documentation
-added include from qtbase/doc/global about running the example. -added link to "QML Applications" (main landing page for QML) -highlighted the names with \e -various documentation changes Task-number: QTBUG-33597 Change-Id: I9e23b8b61862c424f2a17003b3d1f5b2ef931ceb Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'examples/quick/demos/stocqt')
-rw-r--r--examples/quick/demos/stocqt/doc/src/stocqt.qdoc10
1 files changed, 8 insertions, 2 deletions
diff --git a/examples/quick/demos/stocqt/doc/src/stocqt.qdoc b/examples/quick/demos/stocqt/doc/src/stocqt.qdoc
index 7001bfb395..5f090e84f9 100644
--- a/examples/quick/demos/stocqt/doc/src/stocqt.qdoc
+++ b/examples/quick/demos/stocqt/doc/src/stocqt.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
@@ -31,5 +31,11 @@
\example demos/stocqt
\brief A configurable stock chart for the NASDAQ-100.
\image qtquick-demo-stocqt.png
-*/
+ \e{StocQt} demonstrates various QML and \l{Qt Quick} features such as
+ displaying custom components and downloading data from the internet.
+
+ \include examples-run.qdocinc
+
+ \sa {QML Applications}
+*/