summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/helloworld
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-08-13 03:28:05 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-08-13 03:28:05 (GMT)
commit019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa (patch)
tree94838f0c1572e809da19c086018237cbbfdb1e01 /examples/declarative/tutorials/helloworld
parentd51aa99179c0a30a7c78d8cf36d86f85ca887f7c (diff)
downloadQt-019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa.zip
Qt-019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa.tar.gz
Qt-019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa.tar.bz2
Rename layouts to positioners
Diffstat (limited to 'examples/declarative/tutorials/helloworld')
-rw-r--r--examples/declarative/tutorials/helloworld/t2/tutorial2.qml2
-rw-r--r--examples/declarative/tutorials/helloworld/t3/tutorial3.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/tutorials/helloworld/t2/tutorial2.qml b/examples/declarative/tutorials/helloworld/t2/tutorial2.qml
index fdb8f3c..efbdbf1 100644
--- a/examples/declarative/tutorials/helloworld/t2/tutorial2.qml
+++ b/examples/declarative/tutorials/helloworld/t2/tutorial2.qml
@@ -13,7 +13,7 @@ Rect {
y: 30
anchors.horizontalCenter: Page.horizontalCenter
}
- GridLayout {
+ GridPositioner {
id: ColorPicker
x: 0
anchors.bottom: Page.bottom
diff --git a/examples/declarative/tutorials/helloworld/t3/tutorial3.qml b/examples/declarative/tutorials/helloworld/t3/tutorial3.qml
index 557f2ca..3e93632 100644
--- a/examples/declarative/tutorials/helloworld/t3/tutorial3.qml
+++ b/examples/declarative/tutorials/helloworld/t3/tutorial3.qml
@@ -40,7 +40,7 @@ Rect {
]
}
MouseRegion { id: MouseRegion; anchors.fill: HelloText }
- GridLayout {
+ GridPositioner {
id: ColorPicker
x: 0
anchors.bottom: Page.bottom