diff options
author | David Boddie <dboddie@trolltech.com> | 2010-09-01 11:07:47 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-09-01 11:07:47 (GMT) |
commit | 63129c8bd21bfdc8110680296bb3bc1ab5e43343 (patch) | |
tree | 0b797ce849c191942713b618068aba0619788d57 /examples/declarative/ui-components/dialcontrol/dialcontrol.qml | |
parent | d3b898e973662707f9644b4fe5f8d18849929723 (diff) | |
parent | dcb98430f6add24c9d54253bd35d35010cc75c23 (diff) | |
download | Qt-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.qml | 5 |
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] |