summaryrefslogtreecommitdiffstats
path: root/basicsuite
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite')
-rw-r--r--basicsuite/graphicaleffects/description.txt4
-rw-r--r--basicsuite/mediaplayer/description.txt4
-rw-r--r--basicsuite/photogallery/description.txt2
-rw-r--r--basicsuite/qt5-everywhere/description.txt2
-rw-r--r--basicsuite/qt5-launchpresentation/qt5-launchpresentation.pro (renamed from basicsuite/qt5-launchpresentation/qt5-lauchpresentation.pro)0
-rw-r--r--basicsuite/qt5-particlesdemo/doc/src/emitters.qdoc2
-rw-r--r--basicsuite/sensorexplorer/doc/src/sensor_explorer.qdoc5
-rw-r--r--basicsuite/sensors/description.txt5
-rw-r--r--basicsuite/textinput/description.txt2
9 files changed, 16 insertions, 10 deletions
diff --git a/basicsuite/graphicaleffects/description.txt b/basicsuite/graphicaleffects/description.txt
index e2d3acf..c19b2c4 100644
--- a/basicsuite/graphicaleffects/description.txt
+++ b/basicsuite/graphicaleffects/description.txt
@@ -1,2 +1,4 @@
-This example shows the Qt Quick 2.0 ShaderEffect type and the QtGraphicalEffect module. Qt Quick 2.0 provides the ability to use inline GLSL in your Qt Quick applications to create stunning visual effects. However, as UIs typically reuse many of the same effects, the QtGraphicalEffects module provides a set of predefined, commonly used effects. This includes blur, drop-shadows, glow, blending, opacity masks and more.
+This example shows the Qt Quick 2.0 ShaderEffect type and the Qt Graphical Effects module. Qt Quick 2.0 provides the ability to use inline GLSL in your Qt Quick applications to create stunning visual effects.
+
+However, as UIs typically reuse many of the same effects, the Qt Graphical Effects module provides a set of predefined, commonly used effects. This includes blur, drop-shadows, glow, blending, opacity masks and more.
diff --git a/basicsuite/mediaplayer/description.txt b/basicsuite/mediaplayer/description.txt
index bf034e5..0868473 100644
--- a/basicsuite/mediaplayer/description.txt
+++ b/basicsuite/mediaplayer/description.txt
@@ -1,3 +1,3 @@
-The Media Player example demonstrates the use of the media playback features of Qt Multimedia with Qt Quick.
+The Media Player example demonstrates the use of media playback features provided by Qt Multimedia with Qt Quick.
-It can play from a file or from Internet, both videos and music.
+It can play content either from a file or a network source, both videos and music.
diff --git a/basicsuite/photogallery/description.txt b/basicsuite/photogallery/description.txt
index f5e302c..f47f907 100644
--- a/basicsuite/photogallery/description.txt
+++ b/basicsuite/photogallery/description.txt
@@ -1 +1 @@
-This is a simple photo gallery, showing images found in /data/images.
+This is a simple photo gallery, showing images found in /data/images. Images captured with the Camera demo will also appear in this folder.
diff --git a/basicsuite/qt5-everywhere/description.txt b/basicsuite/qt5-everywhere/description.txt
index efa4b99..4846702 100644
--- a/basicsuite/qt5-everywhere/description.txt
+++ b/basicsuite/qt5-everywhere/description.txt
@@ -1 +1 @@
-This demo contains several Qt Quick 2 applications which you can launch by tapping the devices.
+This demo shows how to use different user interface styles in several platforms and device types with one source code. It contains several Qt Quick 2 applications which you can launch by tapping each device.
diff --git a/basicsuite/qt5-launchpresentation/qt5-lauchpresentation.pro b/basicsuite/qt5-launchpresentation/qt5-launchpresentation.pro
index c3aba46..c3aba46 100644
--- a/basicsuite/qt5-launchpresentation/qt5-lauchpresentation.pro
+++ b/basicsuite/qt5-launchpresentation/qt5-launchpresentation.pro
diff --git a/basicsuite/qt5-particlesdemo/doc/src/emitters.qdoc b/basicsuite/qt5-particlesdemo/doc/src/emitters.qdoc
index ead695c..f19d981 100644
--- a/basicsuite/qt5-particlesdemo/doc/src/emitters.qdoc
+++ b/basicsuite/qt5-particlesdemo/doc/src/emitters.qdoc
@@ -30,6 +30,8 @@
\ingroup b2qt-demos
\brief This is a collection of examples using Emitters in the QML particle system.
+ \image b2qt-demo-qt5-particlesdemo.jpg
+
This is a collection of small QML examples relating to using Emitters in the particle system.
Each example is a small QML file emphasizing a particular element or feature.
diff --git a/basicsuite/sensorexplorer/doc/src/sensor_explorer.qdoc b/basicsuite/sensorexplorer/doc/src/sensor_explorer.qdoc
index 35f28d0..c9921a1 100644
--- a/basicsuite/sensorexplorer/doc/src/sensor_explorer.qdoc
+++ b/basicsuite/sensorexplorer/doc/src/sensor_explorer.qdoc
@@ -31,8 +31,11 @@
\brief The Sensor Explorer example demonstrates how to read the meta-data of available sensors.
\ingroup b2qt-demos
- \section2 Sensor Explorer in QML
+ \image b2qt-demo-sensorexplorer.jpg
+ This example provides a list of all available sensors installed on the system for which Qt has
+ a backend. Start a sensor to see how values change depending from environment and user-device
+ interaction.
This example is divided into two parts:
diff --git a/basicsuite/sensors/description.txt b/basicsuite/sensors/description.txt
index f6048cc..e306066 100644
--- a/basicsuite/sensors/description.txt
+++ b/basicsuite/sensors/description.txt
@@ -1,4 +1,3 @@
-This demo utilizes the accelerometer and light sensor readings in an application.
+Demonstrates using the accelerometer and light sensors in a QML application.
-For the accelometer, tilting the device moves the bubble around. For the light sensor,
-exposing the device to different lighting conditions changes the display.
+Tilting the device moves the bubble around, based on readings from the accelerometer sensor. For the light sensor, exposing the device to different lighting conditions changes the displayed image.
diff --git a/basicsuite/textinput/description.txt b/basicsuite/textinput/description.txt
index d9b2f4f..e65bb3e 100644
--- a/basicsuite/textinput/description.txt
+++ b/basicsuite/textinput/description.txt
@@ -1,3 +1,3 @@
-This examples illustrates how to handle input on touch devices.
+This example illustrates how to handle input on touch devices.
The Boot to Qt stack comes with Qt Virtual Keyboard - a framework that consists of a C++ back end with support for custom input methods, as well as a reference keyboard front end implemented in QML, supporting multiple languages.