summaryrefslogtreecommitdiffstats
path: root/examples/declarative/ui-components/dialcontrol/dialcontrol.qml
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-09-01 11:07:47 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-09-01 11:07:47 (GMT)
commit63129c8bd21bfdc8110680296bb3bc1ab5e43343 (patch)
tree0b797ce849c191942713b618068aba0619788d57 /examples/declarative/ui-components/dialcontrol/dialcontrol.qml
parentd3b898e973662707f9644b4fe5f8d18849929723 (diff)
parentdcb98430f6add24c9d54253bd35d35010cc75c23 (diff)
downloadQt-63129c8bd21bfdc8110680296bb3bc1ab5e43343.zip
Qt-63129c8bd21bfdc8110680296bb3bc1ab5e43343.tar.gz
Qt-63129c8bd21bfdc8110680296bb3bc1ab5e43343.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7
Diffstat (limited to 'examples/declarative/ui-components/dialcontrol/dialcontrol.qml')
-rw-r--r--examples/declarative/ui-components/dialcontrol/dialcontrol.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/declarative/ui-components/dialcontrol/dialcontrol.qml b/examples/declarative/ui-components/dialcontrol/dialcontrol.qml
index 46cc3e6..a7da5c6 100644
--- a/examples/declarative/ui-components/dialcontrol/dialcontrol.qml
+++ b/examples/declarative/ui-components/dialcontrol/dialcontrol.qml
@@ -88,5 +88,10 @@ Rectangle {
}
}
}
+ QuitButton {
+ anchors.right: parent.right
+ anchors.top: parent.top
+ anchors.margins: 10
+ }
}
//! [0]