summaryrefslogtreecommitdiffstats
path: root/examples/declarative/ui-components/tabwidget/main.qml
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-06-24 05:32:40 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-06-28 01:01:45 (GMT)
commite86022a01152feacea589e14c031994836d665b9 (patch)
tree8a99b1406da17a34b916b89d9c28b493a5473d66 /examples/declarative/ui-components/tabwidget/main.qml
parentb7a609890f98f2687147605edfc5226ecee64f95 (diff)
downloadQt-e86022a01152feacea589e14c031994836d665b9.zip
Qt-e86022a01152feacea589e14c031994836d665b9.tar.gz
Qt-e86022a01152feacea589e14c031994836d665b9.tar.bz2
Examples clean up
Diffstat (limited to 'examples/declarative/ui-components/tabwidget/main.qml')
-rw-r--r--examples/declarative/ui-components/tabwidget/main.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/declarative/ui-components/tabwidget/main.qml b/examples/declarative/ui-components/tabwidget/main.qml
index e11902a..4a27806 100644
--- a/examples/declarative/ui-components/tabwidget/main.qml
+++ b/examples/declarative/ui-components/tabwidget/main.qml
@@ -50,7 +50,7 @@ TabWidget {
color: "#e3e3e3"
Rectangle {
- anchors { fill: parent; topMargin: 20; leftMargin: 20; rightMargin: 20; bottomMargin: 20 }
+ anchors.fill: parent; anchors.margins: 20
color: "#ff7f7f"
Text {
width: parent.width - 20
@@ -68,7 +68,7 @@ TabWidget {
color: "#e3e3e3"
Rectangle {
- anchors { fill: parent; topMargin: 20; leftMargin: 20; rightMargin: 20; bottomMargin: 20 }
+ anchors.fill: parent; anchors.margins: 20
color: "#7fff7f"
Text {
width: parent.width - 20
@@ -85,7 +85,7 @@ TabWidget {
anchors.fill: parent; color: "#e3e3e3"
Rectangle {
- anchors { fill: parent; topMargin: 20; leftMargin: 20; rightMargin: 20; bottomMargin: 20 }
+ anchors.fill: parent; anchors.margins: 20
color: "#7f7fff"
Text {
width: parent.width - 20