diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-04-27 15:13:53 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-04-27 15:13:53 (GMT) |
commit | fecf5bf95329dd6e4aae6bac07e92fb637925101 (patch) | |
tree | 434f048cf6206e0a8fecfc00dde3555f85a9b467 /tests/manual | |
parent | 96d2094b48db6cccd7a0fb34a778bd3e71ba43b4 (diff) | |
download | Qt-fecf5bf95329dd6e4aae6bac07e92fb637925101.zip Qt-fecf5bf95329dd6e4aae6bac07e92fb637925101.tar.gz Qt-fecf5bf95329dd6e4aae6bac07e92fb637925101.tar.bz2 |
center the labels in the test's form
Diffstat (limited to 'tests/manual')
-rw-r--r-- | tests/manual/qtouchevent/form.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/manual/qtouchevent/form.ui b/tests/manual/qtouchevent/form.ui index 4c2da3a..c7fbb78 100644 --- a/tests/manual/qtouchevent/form.ui +++ b/tests/manual/qtouchevent/form.ui @@ -26,6 +26,9 @@ <property name="text"> <string>Test Name</string> </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> </widget> </item> <item> @@ -38,6 +41,9 @@ <property name="text"> <string>Test description</string> </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> </widget> </item> <item> |