Skip to content
Snippets Groups Projects
Commit f7286529 authored by Kai Koehne's avatar Kai Koehne
Browse files

QtQuick Wizard: Improve wording of Components page

Change-Id: I02a2b4ca77a631db9ebfbf949d9a79d5a820bb4a
Reviewed-on: http://codereview.qt.nokia.com/703


Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@nokia.com>
parent cdda5c77
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QGroupBox" name="groupBox"> <widget class="QGroupBox" name="groupBox">
<property name="title"> <property name="title">
<string>Select Qt Quick component set to be used:</string> <string>Qt Quick Component Set</string>
</property> </property>
<property name="flat"> <property name="flat">
<bool>false</bool> <bool>false</bool>
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<item> <item>
<widget class="QRadioButton" name="qtquick10RadioButton"> <widget class="QRadioButton" name="qtquick10RadioButton">
<property name="text"> <property name="text">
<string>QtQuick 1.0</string> <string>Built-in elements only (for all platforms)</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>true</bool>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<item> <item>
<widget class="QRadioButton" name="symbian10RadioButton"> <widget class="QRadioButton" name="symbian10RadioButton">
<property name="text"> <property name="text">
<string>com.nokia.symbian 1.0</string> <string>Qt Quick Components for Symbian</string>
</property> </property>
<attribute name="buttonGroup"> <attribute name="buttonGroup">
<string>buttonGroup</string> <string>buttonGroup</string>
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="qtquick10DescriptionLabel"> <widget class="QLabel" name="qtquick10DescriptionLabel">
<property name="text"> <property name="text">
<string>The QtQuick 1.0 namespace contains basic elements which allow you to write cross-platform applications with a custom look and feel. <string>The built-in elements in the QtQuick namespace allow you to write cross-platform applications with a custom look and feel.
Requires Qt 4.7.1 or newer.</string> Requires Qt 4.7.1 or newer.</string>
</property> </property>
...@@ -97,7 +97,7 @@ Requires Qt 4.7.1 or newer.</string> ...@@ -97,7 +97,7 @@ Requires Qt 4.7.1 or newer.</string>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="symbian10DescriptionLabel"> <widget class="QLabel" name="symbian10DescriptionLabel">
<property name="text"> <property name="text">
<string>The Qt Quick components for Symbian are a set of ready-made elements that are designed with specific native appearance for the target platform. <string>The Qt Quick Components for Symbian are a set of ready-made components that are designed with specific native appearance for the Symbian platform.
Requires Qt 4.7.3 or newer, and the component set installed for your Qt version / Symbian device.</string> Requires Qt 4.7.3 or newer, and the component set installed for your Qt version / Symbian device.</string>
</property> </property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment