summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-11-12 12:47:06 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-12 18:12:11 +0100
commit9cb4380b737c216516e97d7b826465b9011ced7b (patch)
treea6eb763815d70cac1ada4c1b59b7ce9e35b599ab
parentbc3fc3382d5342a82169540f4aa0fe756b97e3c4 (diff)
Doc: Updated "QML Applications" page.
-added links to Dialogs, Styles, and Layouts landing pages. -added section about the NFC, Bluetooth, and Positioning modules. Task-number: QTBUG-33360 Change-Id: Ia238eda34f4055ba6b2a52135f788b480512fd74 Reviewed-by: Alex Blasche <alexander.blasche@digia.com> Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
-rw-r--r--doc/src/qmlapp/applicationdevelopers.qdoc20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/src/qmlapp/applicationdevelopers.qdoc b/doc/src/qmlapp/applicationdevelopers.qdoc
index 9a29e5a2f..b4cb72e38 100644
--- a/doc/src/qmlapp/applicationdevelopers.qdoc
+++ b/doc/src/qmlapp/applicationdevelopers.qdoc
@@ -97,6 +97,9 @@ native behavior found in different platforms such as Windows, OS X, and Linux.
\list
\li \l{Qt Quick Controls Overview}
+\li \l{Qt Quick Controls Styles}{Styles}
+\li \l{Qt Quick Dialogs}{Dialogs}
+\li \l{Qt Quick Layouts}{Layouts}
\endlist
\section2 Special Effects
@@ -140,9 +143,26 @@ in C++.
\li \l{Video Overview}
\li \l{Camera Overview}
\li \l{Radio Overview}
+ \li \l{Qt Audio Engine QML Types}{Qt Audio Engine} - for 3D positional audio
+ playback and content management.
\endlist
\endlist
+\section1 Mobile Devices
+
+Several Qt modules provide QML APIs for networked and mobile devices. The QML
+types access Bluetooth, Near-Field Communications (NFC), and GPS-enabled
+devices.
+
+\list
+\li \l{Qt Positioning}
+\li \l{Qt Bluetooth}
+\li \l{Qt NFC}
+\endlist
+
+For more information, visit the \l{Networking and Connectivity} and
+\l{Mobile APIs} pages.
+
\section1 Code Samples and Demos
To learn more about uses of QML code, there are several code samples which show