diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-03-23 09:34:13 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-03-23 09:34:13 (GMT) |
commit | 67ad0519fd165acee4a4d2a94fa502e9e4847bd0 (patch) | |
tree | 1dbf50b3dff8d5ca7e9344733968c72704eb15ff /tests/auto/qaccessibility_mac/groups.ui | |
download | Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.zip Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.gz Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.bz2 |
Long live Qt!
Diffstat (limited to 'tests/auto/qaccessibility_mac/groups.ui')
-rw-r--r-- | tests/auto/qaccessibility_mac/groups.ui | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/tests/auto/qaccessibility_mac/groups.ui b/tests/auto/qaccessibility_mac/groups.ui new file mode 100644 index 0000000..0bf6b13 --- /dev/null +++ b/tests/auto/qaccessibility_mac/groups.ui @@ -0,0 +1,100 @@ +<ui version="4.0" > + <author></author> + <comment></comment> + <exportmacro></exportmacro> + <class>Form</class> + <widget class="QWidget" name="Form" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>529</width> + <height>408</height> + </rect> + </property> + <property name="windowTitle" > + <string>Form</string> + </property> + <widget class="QGroupBox" name="groupBox" > + <property name="geometry" > + <rect> + <x>60</x> + <y>30</y> + <width>181</width> + <height>161</height> + </rect> + </property> + <property name="title" > + <string>Group A</string> + </property> + <widget class="QPushButton" name="pushButton" > + <property name="geometry" > + <rect> + <x>0</x> + <y>30</y> + <width>171</width> + <height>32</height> + </rect> + </property> + <property name="text" > + <string>PushButton 1</string> + </property> + </widget> + <widget class="QPushButton" name="pushButton_2" > + <property name="geometry" > + <rect> + <x>20</x> + <y>80</y> + <width>131</width> + <height>32</height> + </rect> + </property> + <property name="text" > + <string>PushButton 2</string> + </property> + </widget> + </widget> + <widget class="QGroupBox" name="groupBox_2" > + <property name="geometry" > + <rect> + <x>300</x> + <y>30</y> + <width>181</width> + <height>161</height> + </rect> + </property> + <property name="title" > + <string>Group B</string> + </property> + <widget class="QPushButton" name="pushButton_3" > + <property name="geometry" > + <rect> + <x>10</x> + <y>30</y> + <width>171</width> + <height>32</height> + </rect> + </property> + <property name="text" > + <string>PushButton 3</string> + </property> + </widget> + <widget class="QPushButton" name="pushButton_2_2" > + <property name="geometry" > + <rect> + <x>20</x> + <y>80</y> + <width>131</width> + <height>32</height> + </rect> + </property> + <property name="text" > + <string>PushButton 4</string> + </property> + </widget> + </widget> + </widget> + <pixmapfunction></pixmapfunction> + <resources/> + <connections/> +</ui> |