summaryrefslogtreecommitdiffstats
path: root/src/doc/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-02-05 11:50:13 +0100
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2015-02-17 10:46:10 +0200
commit79bfc828b6e80d575aa42837d3d09d6402ea771e (patch)
treecc900338c815d53ffde6f54d07616776e1e7557f /src/doc/src
parentb47a30f925ca83a6ffd7b7d1aefba3bebfbcfe79 (diff)
Doc: Move 'Value-Add Components' list to the overview page
This is a better location for it, improving visibility. Change-Id: Ie6c47fd0679fa53406eec87ce84d12bd54b67782 Reviewed-by: Tuukka Ahoniemi <tuukka.ahoniemi@theqtcompany.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'src/doc/src')
-rw-r--r--src/doc/src/qtee-index.qdoc46
1 files changed, 23 insertions, 23 deletions
diff --git a/src/doc/src/qtee-index.qdoc b/src/doc/src/qtee-index.qdoc
index 94b1d34..b9f35b3 100644
--- a/src/doc/src/qtee-index.qdoc
+++ b/src/doc/src/qtee-index.qdoc
@@ -80,7 +80,7 @@
\title Overview
- The development package that you get with Qt for device creation consists of:
+ The development package that you get with \SDK consists of:
\include common.qdocinc overview-list
@@ -101,6 +101,28 @@
For overview about Qt libraries see the \l {Qt reference documentation}.
+ \section1 Additional Embedded Libraries and Value-Add Components
+
+ In addition to the Boot to Qt stack and a comprehensive development
+ environment, \SDK comes with a set of components that bring new features and
+ speed up the creation of high-performing, modern UI embedded applications:
+
+ \list
+ \li \l {Qt Virtual Keyboard} - complete virtual keyboard solution with
+ word-prediction and multiple languages supported.
+ \li \l {Qt Quick Enterprise Controls} - a set of advanced UI controls
+ with an industry-specific look-and-feel.
+ \li \l {Qt Quick Compiler} - enables compiling .qml source files into
+ application binaries, improving load times and security for code
+ assets.
+ \li \l {Qt Charts} - UI Components for displaying visually pleasing
+ charts, driven by static or dynamic data models.
+ \li \l {Qt Data Visualization} - UI Components for creating stunning 3D
+ data visualizations.
+ \li \l {Qt Quick 2D Renderer} - enables Qt Quick UIs on GPU-less
+ devices.
+ \endlist
+
\section1 About the Development Environment
The development environment is built around the Qt Creator IDE. Qt Creator
@@ -180,28 +202,6 @@
\l {Supported Platforms}{reference platforms}, it can be made to run on a
variety of hardware.
- \section1 Additional Embedded Libraries and Value-Add Components
-
- In addition to the Boot to Qt stack and a comprehensive development
- environment, \SDK comes with a set of components that bring new features and
- speed up the creation of high-performing, modern UI embedded applications:
-
- \list
- \li \l {Qt Virtual Keyboard} - complete virtual keyboard solution with
- word-prediction and multiple languages supported.
- \li \l {Qt Quick Enterprise Controls} - a set of advanced UI controls
- with an industry-specific look-and-feel.
- \li \l {Qt Quick Compiler} - enables compiling .qml source files into
- application binaries, improving load times and security for code
- assets.
- \li \l {Qt Charts} - UI Components for displaying visually pleasing
- charts, driven by static or dynamic data models.
- \li \l {Qt Data Visualization} - UI Components for creating stunning 3D
- data visualizations.
- \li \l {Qt Quick 2D Renderer} - enables Qt Quick UIs on GPU-less
- devices.
- \endlist
-
\section1 Build-Your-Own-Stack Tooling
\B2QL is built using the tools and resources from the \l {Yocto Project},