Commit a8532793 authored by Venu's avatar Venu Committed by Venugopal Shivashankar
Browse files

Doc: Language edits


Changed the section title and removed a redundant sentence.

Change-Id: I16ac77e2df61f488f1feda60d043f6ed95af7f6c
Reviewed-by: default avatarTopi Reiniö <topi.reinio@digia.com>
Showing with 5 additions and 6 deletions
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
This page contains platform specific notes for creating applications This page contains platform specific notes for creating applications
that use \l{Qt Quick Controls}. that use \l{Qt Quick Controls}.
\section1 Android \section1 Android Style
Qt 5.4 introduced a native Android style for Qt Quick Controls. Qt 5.4 introduced a native Android style for Qt Quick Controls.
...@@ -41,8 +41,7 @@ ...@@ -41,8 +41,7 @@
\note The Android style requires Android 3.0 (API level 11) or later. \note The Android style requires Android 3.0 (API level 11) or later.
No special actions are required to use the Android style. It is It is automatically selected and deployed on Android. See \l{Getting Started
automatically selected and deployed on Android. See \l{Getting Started
with Qt for Android} and \l{Deploying an Application on Android} for with Qt for Android} and \l{Deploying an Application on Android} for
more details on the Android essentials. more details on the Android essentials.
...@@ -62,8 +61,8 @@ ...@@ -62,8 +61,8 @@
items declared in QML. Just to name a few possibilities: items declared in QML. Just to name a few possibilities:
\list \list
\li ToolButton actions, \li ToolButton actions,
\li A TextField as a search field, \li a TextField as a search field,
\li A ComboBox for navigation, and \li a ComboBox for navigation, and
\li A ProgressBar for displaying progress. \li a ProgressBar for displaying progress.
\endlist \endlist
*/ */
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment