summaryrefslogtreecommitdiffstats
path: root/examples/declarative
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative')
-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 ff641d7..b4efebe 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 25fa52b..0d1b871 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 90168de..4c40c3c 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