summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2011-03-21 13:20:36 +1000
committerBea Lam <bea.lam@nokia.com>2011-03-21 13:30:11 +1000
commit40db21b1d8a020291f0a0660d30491b49f49885b (patch)
treee36531625ff4b35f227a4d31a6a443c30b2fcb6c /examples
parent9f99d85769b3c1c68dd8c9fd9afa1f09c9eeb2e9 (diff)
fixes/improvements for new QML right-to-left docs
Clarify some of the docs and fix some broken doc links.
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/righttoleft/layoutdirection/layoutdirection.qml6
-rw-r--r--examples/declarative/righttoleft/layoutmirroring/layoutmirroring.qml6
-rw-r--r--examples/declarative/righttoleft/textalignment/textalignment.qml6
3 files changed, 9 insertions, 9 deletions
diff --git a/examples/declarative/righttoleft/layoutdirection/layoutdirection.qml b/examples/declarative/righttoleft/layoutdirection/layoutdirection.qml
index ff641d71b8..b4efebe61a 100644
--- a/examples/declarative/righttoleft/layoutdirection/layoutdirection.qml
+++ b/examples/declarative/righttoleft/layoutdirection/layoutdirection.qml
@@ -161,7 +161,7 @@ Rectangle {
anchors.horizontalCenter: parent.horizontalCenter
}
Text {
- text: "(click here)"
+ text: "(click here to toggle)"
color: "white"
font.pixelSize: 10
font.italic: true
@@ -187,13 +187,13 @@ Rectangle {
Column {
anchors.centerIn: parent
Text {
- text: root.mirror ? "Mirrored" : "Normal"
+ text: root.mirror ? "Mirrored" : "Not mirrored"
color: "white"
font.pixelSize: 16
anchors.horizontalCenter: parent.horizontalCenter
}
Text {
- text: "(click here)"
+ text: "(click here to toggle)"
color: "white"
font.pixelSize: 10
font.italic: true
diff --git a/examples/declarative/righttoleft/layoutmirroring/layoutmirroring.qml b/examples/declarative/righttoleft/layoutmirroring/layoutmirroring.qml
index 25fa52b37f..0d1b871ca0 100644
--- a/examples/declarative/righttoleft/layoutmirroring/layoutmirroring.qml
+++ b/examples/declarative/righttoleft/layoutmirroring/layoutmirroring.qml
@@ -47,7 +47,7 @@ Rectangle {
LayoutMirroring.childrenInherit: true
width: 400
height: 875
- color: "lightblue"
+ color: "lightsteelblue"
Column {
spacing: 10
@@ -287,13 +287,13 @@ Rectangle {
Column {
anchors.centerIn: parent
Text {
- text: root.mirror ? "Mirrored" : "Normal"
+ text: root.mirror ? "Mirrored" : "Not mirrored"
color: "white"
font.pixelSize: 16
anchors.horizontalCenter: parent.horizontalCenter
}
Text {
- text: "(click here)"
+ text: "(click here to toggle)"
color: "white"
font.pixelSize: 10
font.italic: true
diff --git a/examples/declarative/righttoleft/textalignment/textalignment.qml b/examples/declarative/righttoleft/textalignment/textalignment.qml
index 90168dec58..4c40c3ceb1 100644
--- a/examples/declarative/righttoleft/textalignment/textalignment.qml
+++ b/examples/declarative/righttoleft/textalignment/textalignment.qml
@@ -115,13 +115,13 @@ Rectangle {
Column {
anchors.centerIn: parent
Text {
- text: root.mirror ? "Mirrored" : "Normal"
+ text: root.mirror ? "Mirrored" : "Not mirrored"
color: "white"
font.pixelSize: 16
anchors.horizontalCenter: parent.horizontalCenter
}
Text {
- text: "(click here)"
+ text: "(click here to toggle)"
color: "white"
font.pixelSize: 10
font.italic: true
@@ -161,7 +161,7 @@ Rectangle {
anchors.horizontalCenter: parent.horizontalCenter
}
Text {
- text: "(click here)"
+ text: "(click here to toggle)"
color: "white"
font.pixelSize: 10
font.italic: true