summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-02-05 11:50:13 +0100
committerKalle Viironen <kalle.viironen@theqtcompany.com>2015-02-18 11:46:05 +0200
commitaf0cafa14d4f0f0a932edc68d7ebb9ac1888f502 (patch)
treea3e23c415cb794ee6848b60e39e74da297638149
parentc4cc08cd557f875fda44a25495f812d0278af541 (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: Kalle Viironen <kalle.viironen@theqtcompany.com>
-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 872b25e..4ab3594 100644
--- a/src/doc/src/qtee-index.qdoc
+++ b/src/doc/src/qtee-index.qdoc
@@ -79,7 +79,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
@@ -100,6 +100,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
@@ -179,28 +201,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},