summaryrefslogtreecommitdiffstats
path: root/tests/auto/qaccessibility_mac/tableview.ui
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2009-03-23 09:18:55 (GMT)
committerSimon Hausmann <simon.hausmann@nokia.com>2009-03-23 09:18:55 (GMT)
commite5fcad302d86d316390c6b0f62759a067313e8a9 (patch)
treec2afbf6f1066b6ce261f14341cf6d310e5595bc1 /tests/auto/qaccessibility_mac/tableview.ui
downloadQt-e5fcad302d86d316390c6b0f62759a067313e8a9.zip
Qt-e5fcad302d86d316390c6b0f62759a067313e8a9.tar.gz
Qt-e5fcad302d86d316390c6b0f62759a067313e8a9.tar.bz2
Long live Qt 4.5!
Diffstat (limited to 'tests/auto/qaccessibility_mac/tableview.ui')
-rw-r--r--tests/auto/qaccessibility_mac/tableview.ui114
1 files changed, 114 insertions, 0 deletions
diff --git a/tests/auto/qaccessibility_mac/tableview.ui b/tests/auto/qaccessibility_mac/tableview.ui
new file mode 100644
index 0000000..6f17f3e
--- /dev/null
+++ b/tests/auto/qaccessibility_mac/tableview.ui
@@ -0,0 +1,114 @@
+<ui version="4.0" >
+ <class>Form</class>
+ <widget class="QWidget" name="Form" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>436</width>
+ <height>419</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string>Form</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout" >
+ <item>
+ <widget class="QTableWidget" name="tableWidget" >
+ <row>
+ <property name="text" >
+ <string>Row 1</string>
+ </property>
+ </row>
+ <row>
+ <property name="text" >
+ <string>row 2</string>
+ </property>
+ </row>
+ <row>
+ <property name="text" >
+ <string>row 3</string>
+ </property>
+ </row>
+ <row>
+ <property name="text" >
+ <string>row 4</string>
+ </property>
+ </row>
+ <row>
+ <property name="text" >
+ <string>New Row</string>
+ </property>
+ </row>
+ <row>
+ <property name="text" >
+ <string>New Row</string>
+ </property>
+ </row>
+ <row>
+ <property name="text" >
+ <string>New Row</string>
+ </property>
+ </row>
+ <row>
+ <property name="text" >
+ <string>New Row</string>
+ </property>
+ </row>
+ <row>
+ <property name="text" >
+ <string>New Row</string>
+ </property>
+ </row>
+ <row>
+ <property name="text" >
+ <string>New Row</string>
+ </property>
+ </row>
+ <row>
+ <property name="text" >
+ <string>New Row</string>
+ </property>
+ </row>
+ <row>
+ <property name="text" >
+ <string>New Row</string>
+ </property>
+ </row>
+ <column>
+ <property name="text" >
+ <string>Col A</string>
+ </property>
+ </column>
+ <column>
+ <property name="text" >
+ <string>Col B</string>
+ </property>
+ </column>
+ <item row="0" column="0" >
+ <property name="text" >
+ <string>Cell 1A</string>
+ </property>
+ </item>
+ <item row="0" column="1" >
+ <property name="text" >
+ <string>Cell 1B</string>
+ </property>
+ </item>
+ <item row="1" column="0" >
+ <property name="text" >
+ <string>Cell 2A</string>
+ </property>
+ </item>
+ <item row="1" column="1" >
+ <property name="text" >
+ <string>Cell 2B</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>