summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-06-17 12:15:17 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-17 13:47:11 +0200
commit99ad0e4b7062f0dcefcfe5ccb809554fd01e257b (patch)
tree8578369feea9f3ffd44dc54ac3e58e46f4aa5994
parent178d13c0d68bc2d77f9f71b6c98d19b97907ce92 (diff)
Doc: Added a link to Qt Quick Controls Overview
Link facilitates the flow of information. Change-Id: If84226455c35460ad226f074f9b3177eac8363e3 Reviewed-by: Martin Smith <martin.smith@digia.com>
-rw-r--r--doc/src/qmlapp/applicationdevelopers.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/qmlapp/applicationdevelopers.qdoc b/doc/src/qmlapp/applicationdevelopers.qdoc
index a4199f831..0ddffc0aa 100644
--- a/doc/src/qmlapp/applicationdevelopers.qdoc
+++ b/doc/src/qmlapp/applicationdevelopers.qdoc
@@ -95,6 +95,10 @@ For a set of basic UI controls, the \l{Qt Quick Controls} module implements
several controls such as buttons, menus, and views. These controls mimic the
native behavior found in different platforms such as Windows, OS X, and Linux.
+\list
+\li \l{Qt Quick Controls Overview}
+\endlist
+
\section2 Special Effects
Several Qt modules provide types for creating special effects in applications.