summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/other.pro2
-rw-r--r--tests/auto/qaccessibility_mac/.gitignore1
-rw-r--r--tests/auto/qaccessibility_mac/buttons.ui83
-rw-r--r--tests/auto/qaccessibility_mac/combobox.ui50
-rw-r--r--tests/auto/qaccessibility_mac/form.ui22
-rw-r--r--tests/auto/qaccessibility_mac/groups.ui100
-rw-r--r--tests/auto/qaccessibility_mac/label.ui35
-rw-r--r--tests/auto/qaccessibility_mac/lineedit.ui35
-rw-r--r--tests/auto/qaccessibility_mac/listview.ui89
-rw-r--r--tests/auto/qaccessibility_mac/qaccessibility_mac.pro23
-rw-r--r--tests/auto/qaccessibility_mac/qaccessibility_mac.qrc15
-rw-r--r--tests/auto/qaccessibility_mac/radiobutton.ui38
-rw-r--r--tests/auto/qaccessibility_mac/scrollbar.ui38
-rw-r--r--tests/auto/qaccessibility_mac/splitters.ui52
-rw-r--r--tests/auto/qaccessibility_mac/tableview.ui114
-rw-r--r--tests/auto/qaccessibility_mac/tabs.ui68
-rw-r--r--tests/auto/qaccessibility_mac/textBrowser.ui40
-rw-r--r--tests/auto/qaccessibility_mac/tst_qaccessibility_mac.cpp47
18 files changed, 0 insertions, 852 deletions
diff --git a/tests/auto/other.pro b/tests/auto/other.pro
index 913ed31b9a..48170a26f2 100644
--- a/tests/auto/other.pro
+++ b/tests/auto/other.pro
@@ -11,7 +11,6 @@ SUBDIRS=\
macnativeevents \
macplist \
qaccessibility \
- qaccessibility_mac \
qcombobox \
qcopchannel \
qdirectpainter \
@@ -37,7 +36,6 @@ wince*|!contains(QT_CONFIG, accessibility):SUBDIRS -= qaccessibility
macgui \
macnativeevents \
macplist \
- qaccessibility_mac \
!embedded|wince*: SUBDIRS -= \
qcopchannel \
diff --git a/tests/auto/qaccessibility_mac/.gitignore b/tests/auto/qaccessibility_mac/.gitignore
deleted file mode 100644
index 54daa4f055..0000000000
--- a/tests/auto/qaccessibility_mac/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-tst_qaccessibility_mac
diff --git a/tests/auto/qaccessibility_mac/buttons.ui b/tests/auto/qaccessibility_mac/buttons.ui
deleted file mode 100644
index d2857c4818..0000000000
--- a/tests/auto/qaccessibility_mac/buttons.ui
+++ /dev/null
@@ -1,83 +0,0 @@
-<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>320</width>
- <height>277</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Form</string>
- </property>
- <widget class="QPushButton" name="pushButton" >
- <property name="geometry" >
- <rect>
- <x>30</x>
- <y>40</y>
- <width>109</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text" >
- <string>Ren</string>
- </property>
- </widget>
- <widget class="QToolButton" name="toolButton" >
- <property name="geometry" >
- <rect>
- <x>180</x>
- <y>110</y>
- <width>71</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text" >
- <string>Brain</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="radioButton" >
- <property name="geometry" >
- <rect>
- <x>180</x>
- <y>50</y>
- <width>104</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text" >
- <string>Stimpy</string>
- </property>
- <property name="checked" >
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QCheckBox" name="checkBox" >
- <property name="enabled" >
- <bool>false</bool>
- </property>
- <property name="geometry" >
- <rect>
- <x>40</x>
- <y>120</y>
- <width>90</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text" >
- <string>Pinky</string>
- </property>
- <property name="tristate" >
- <bool>false</bool>
- </property>
- </widget>
- </widget>
- <pixmapfunction></pixmapfunction>
- <resources/>
- <connections/>
-</ui>
diff --git a/tests/auto/qaccessibility_mac/combobox.ui b/tests/auto/qaccessibility_mac/combobox.ui
deleted file mode 100644
index abe3f07710..0000000000
--- a/tests/auto/qaccessibility_mac/combobox.ui
+++ /dev/null
@@ -1,50 +0,0 @@
-<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>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Form</string>
- </property>
- <widget class="QComboBox" name="comboBox1" >
- <property name="geometry" >
- <rect>
- <x>30</x>
- <y>30</y>
- <width>171</width>
- <height>26</height>
- </rect>
- </property>
- <property name="currentIndex" >
- <number>0</number>
- </property>
- <item>
- <property name="text" >
- <string>Foo</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>Bar</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>Baz</string>
- </property>
- </item>
- </widget>
- </widget>
- <pixmapfunction></pixmapfunction>
- <resources/>
- <connections/>
-</ui>
diff --git a/tests/auto/qaccessibility_mac/form.ui b/tests/auto/qaccessibility_mac/form.ui
deleted file mode 100644
index 0ef5560efc..0000000000
--- a/tests/auto/qaccessibility_mac/form.ui
+++ /dev/null
@@ -1,22 +0,0 @@
-<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>481</width>
- <height>402</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Form</string>
- </property>
- </widget>
- <pixmapfunction></pixmapfunction>
- <resources/>
- <connections/>
-</ui>
diff --git a/tests/auto/qaccessibility_mac/groups.ui b/tests/auto/qaccessibility_mac/groups.ui
deleted file mode 100644
index 0bf6b13db5..0000000000
--- a/tests/auto/qaccessibility_mac/groups.ui
+++ /dev/null
@@ -1,100 +0,0 @@
-<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>
diff --git a/tests/auto/qaccessibility_mac/label.ui b/tests/auto/qaccessibility_mac/label.ui
deleted file mode 100644
index 8d86b42827..0000000000
--- a/tests/auto/qaccessibility_mac/label.ui
+++ /dev/null
@@ -1,35 +0,0 @@
-<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>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Form</string>
- </property>
- <widget class="QLabel" name="label" >
- <property name="geometry" >
- <rect>
- <x>80</x>
- <y>50</y>
- <width>231</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text" >
- <string>This is a Text Label</string>
- </property>
- </widget>
- </widget>
- <pixmapfunction></pixmapfunction>
- <resources/>
- <connections/>
-</ui>
diff --git a/tests/auto/qaccessibility_mac/lineedit.ui b/tests/auto/qaccessibility_mac/lineedit.ui
deleted file mode 100644
index 479f7d3de0..0000000000
--- a/tests/auto/qaccessibility_mac/lineedit.ui
+++ /dev/null
@@ -1,35 +0,0 @@
-<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>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Form</string>
- </property>
- <widget class="QLineEdit" name="lineEdit" >
- <property name="geometry" >
- <rect>
- <x>70</x>
- <y>70</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text" >
- <string>Line edit</string>
- </property>
- </widget>
- </widget>
- <pixmapfunction></pixmapfunction>
- <resources/>
- <connections/>
-</ui>
diff --git a/tests/auto/qaccessibility_mac/listview.ui b/tests/auto/qaccessibility_mac/listview.ui
deleted file mode 100644
index f7d570e4b6..0000000000
--- a/tests/auto/qaccessibility_mac/listview.ui
+++ /dev/null
@@ -1,89 +0,0 @@
-<ui version="4.0" >
- <class>Form</class>
- <widget class="QWidget" name="Form" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Form</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout" >
- <item>
- <widget class="QListWidget" name="listWidget" >
- <item>
- <property name="text" >
- <string>Item 1</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>Item 2</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>Item 3</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>Item 4</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>New Item</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>New Item</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>New Item</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>New Item</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>New Item</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>New Item</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>New Item</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>New Item</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>New Item</string>
- </property>
- </item>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
-</ui>
diff --git a/tests/auto/qaccessibility_mac/qaccessibility_mac.pro b/tests/auto/qaccessibility_mac/qaccessibility_mac.pro
deleted file mode 100644
index 21b6225865..0000000000
--- a/tests/auto/qaccessibility_mac/qaccessibility_mac.pro
+++ /dev/null
@@ -1,23 +0,0 @@
-CONFIG += qttest_p4
-SOURCES += tst_qaccessibility_mac.cpp
-TARGET = tst_qaccessibility_mac
-
-RESOURCES = qaccessibility_mac.qrc
-
-requires(mac)
-
-# this setup should support both building as an autotest
-# (where uilib isn't built by default), and when running shadow
-# builds (where QTDIR points to the build directory).
-# autotest + shadow build is not supported :)
-exists($$(QTDIR)/tools/designer/src/lib/uilib/uilib.pri) {
- include($$(QTDIR)/tools/designer/src/lib/uilib/uilib.pri, "", true)
- INCLUDEPATH += $$(QTDIR)/tools/designer/src/uitools
- SOURCES += $$(QTDIR)/tools/designer/src/uitools/quiloader.cpp
- HEADERS += $$(QTDIR)/tools/designer/src/uitools/quiloader.h
-} else {
- CONFIG += uitools
-}
-QT += xml widgets
-LIBS += -framework ApplicationServices -framework Carbon
-
diff --git a/tests/auto/qaccessibility_mac/qaccessibility_mac.qrc b/tests/auto/qaccessibility_mac/qaccessibility_mac.qrc
deleted file mode 100644
index 511a4fb075..0000000000
--- a/tests/auto/qaccessibility_mac/qaccessibility_mac.qrc
+++ /dev/null
@@ -1,15 +0,0 @@
- <!DOCTYPE RCC><RCC version="1.0">
- <qresource>
- <file>buttons.ui</file>
- <file>form.ui</file>
- <file>label.ui</file>
- <file>radiobutton.ui</file>
- <file>splitters.ui</file>
- <file>combobox.ui</file>
- <file>groups.ui</file>
- <file>lineedit.ui</file>
- <file>scrollbar.ui</file>
- <file>tabs.ui</file>
- </qresource>
- </RCC>
-
diff --git a/tests/auto/qaccessibility_mac/radiobutton.ui b/tests/auto/qaccessibility_mac/radiobutton.ui
deleted file mode 100644
index d09b3c8f86..0000000000
--- a/tests/auto/qaccessibility_mac/radiobutton.ui
+++ /dev/null
@@ -1,38 +0,0 @@
-<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>426</width>
- <height>327</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Form</string>
- </property>
- <widget class="QRadioButton" name="radioButton" >
- <property name="geometry" >
- <rect>
- <x>60</x>
- <y>40</y>
- <width>221</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text" >
- <string>A checked radio button</string>
- </property>
- <property name="checked" >
- <bool>true</bool>
- </property>
- </widget>
- </widget>
- <pixmapfunction></pixmapfunction>
- <resources/>
- <connections/>
-</ui>
diff --git a/tests/auto/qaccessibility_mac/scrollbar.ui b/tests/auto/qaccessibility_mac/scrollbar.ui
deleted file mode 100644
index 2d12cf62ec..0000000000
--- a/tests/auto/qaccessibility_mac/scrollbar.ui
+++ /dev/null
@@ -1,38 +0,0 @@
-<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>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Form</string>
- </property>
- <widget class="QScrollBar" name="horizontalScrollBar" >
- <property name="geometry" >
- <rect>
- <x>20</x>
- <y>20</y>
- <width>16</width>
- <height>300</height>
- </rect>
- </property>
- <property name="value" >
- <number>50</number>
- </property>
- <property name="orientation" >
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- </widget>
- <pixmapfunction></pixmapfunction>
- <resources/>
- <connections/>
-</ui>
diff --git a/tests/auto/qaccessibility_mac/splitters.ui b/tests/auto/qaccessibility_mac/splitters.ui
deleted file mode 100644
index 8b341e4009..0000000000
--- a/tests/auto/qaccessibility_mac/splitters.ui
+++ /dev/null
@@ -1,52 +0,0 @@
-<ui version="4.0" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class></class>
- <widget class="QWidget" name="Form" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Form</string>
- </property>
- <layout class="QHBoxLayout" >
- <property name="margin" >
- <number>9</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
- <widget class="QSplitter" name="" >
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <widget class="QLabel" name="label" >
- <property name="text" >
- <string>Foo</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2" >
- <property name="text" >
- <string>Bar</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3" >
- <property name="text" >
- <string>Baz</string>
- </property>
- </widget>
- </widget>
- </item>
- </layout>
- </widget>
- <pixmapfunction></pixmapfunction>
- <resources/>
- <connections/>
-</ui>
diff --git a/tests/auto/qaccessibility_mac/tableview.ui b/tests/auto/qaccessibility_mac/tableview.ui
deleted file mode 100644
index 6f17f3e342..0000000000
--- a/tests/auto/qaccessibility_mac/tableview.ui
+++ /dev/null
@@ -1,114 +0,0 @@
-<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>
diff --git a/tests/auto/qaccessibility_mac/tabs.ui b/tests/auto/qaccessibility_mac/tabs.ui
deleted file mode 100644
index 2d42f13a6e..0000000000
--- a/tests/auto/qaccessibility_mac/tabs.ui
+++ /dev/null
@@ -1,68 +0,0 @@
-<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>643</width>
- <height>496</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Form</string>
- </property>
- <widget class="QTabWidget" name="tabWidget" >
- <property name="geometry" >
- <rect>
- <x>80</x>
- <y>30</y>
- <width>221</width>
- <height>191</height>
- </rect>
- </property>
- <widget class="QWidget" name="tab" >
- <attribute name="title" >
- <string>Tab 1</string>
- </attribute>
- <widget class="QPushButton" name="pushButton" >
- <property name="geometry" >
- <rect>
- <x>30</x>
- <y>50</y>
- <width>109</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text" >
- <string>PushButton one</string>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="tab" >
- <attribute name="title" >
- <string>Tab 2</string>
- </attribute>
- <widget class="QPushButton" name="pushButton_2" >
- <property name="geometry" >
- <rect>
- <x>50</x>
- <y>20</y>
- <width>109</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text" >
- <string>PushButton two</string>
- </property>
- </widget>
- </widget>
- </widget>
- </widget>
- <pixmapfunction></pixmapfunction>
- <resources/>
- <connections/>
-</ui>
diff --git a/tests/auto/qaccessibility_mac/textBrowser.ui b/tests/auto/qaccessibility_mac/textBrowser.ui
deleted file mode 100644
index 41f4450d89..0000000000
--- a/tests/auto/qaccessibility_mac/textBrowser.ui
+++ /dev/null
@@ -1,40 +0,0 @@
-<ui version="4.0" >
- <class>Form</class>
- <widget class="QWidget" name="Form" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Form</string>
- </property>
- <widget class="QTextBrowser" name="textBrowser" >
- <property name="geometry" >
- <rect>
- <x>10</x>
- <y>20</y>
- <width>311</width>
- <height>251</height>
- </rect>
- </property>
- <property name="html" >
- <string>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
-p, li { white-space: pre-wrap; }
-&lt;/style>&lt;/head>&lt;body style=" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;">
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Line one&lt;/p>
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Line two&lt;/p>
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Line three&lt;/p>
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Line four&lt;/p>&lt;/body>&lt;/html></string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
-</ui>
diff --git a/tests/auto/qaccessibility_mac/tst_qaccessibility_mac.cpp b/tests/auto/qaccessibility_mac/tst_qaccessibility_mac.cpp
deleted file mode 100644
index c3a0e32369..0000000000
--- a/tests/auto/qaccessibility_mac/tst_qaccessibility_mac.cpp
+++ /dev/null
@@ -1,47 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
-**
-** This file is part of the test suite of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:LGPL$
-** GNU Lesser General Public License Usage
-** This file may be used under the terms of the GNU Lesser General Public
-** License version 2.1 as published by the Free Software Foundation and
-** appearing in the file LICENSE.LGPL included in the packaging of this
-** file. Please review the following information to ensure the GNU Lesser
-** General Public License version 2.1 requirements will be met:
-** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
-**
-** In addition, as a special exception, Nokia gives you certain additional
-** rights. These rights are described in the Nokia Qt LGPL Exception
-** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU General
-** Public License version 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of this
-** file. Please review the following information to ensure the GNU General
-** Public License version 3.0 requirements will be met:
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** Other Usage
-** Alternatively, this file may be used in accordance with the terms and
-** conditions contained in a signed written agreement between you and Nokia.
-**
-**
-**
-**
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-#include <QtTest/QtTest>
-
-QTEST_NOOP_MAIN
-
-#include "tst_qaccessibility_mac.moc"
-
-