summaryrefslogtreecommitdiffstats
path: root/tests/auto/uiloader/baseline/connectdialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/uiloader/baseline/connectdialog.ui')
-rw-r--r--tests/auto/uiloader/baseline/connectdialog.ui150
1 files changed, 0 insertions, 150 deletions
diff --git a/tests/auto/uiloader/baseline/connectdialog.ui b/tests/auto/uiloader/baseline/connectdialog.ui
deleted file mode 100644
index bd062ebaaf..0000000000
--- a/tests/auto/uiloader/baseline/connectdialog.ui
+++ /dev/null
@@ -1,150 +0,0 @@
-<ui version="4.0" >
- <class>ConnectDialog</class>
- <widget class="QDialog" name="ConnectDialog" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>585</width>
- <height>361</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Configure Connection</string>
- </property>
- <layout class="QGridLayout" >
- <item row="0" column="0" colspan="2" >
- <widget class="QGroupBox" name="signalGroupBox" >
- <property name="title" >
- <string>GroupBox</string>
- </property>
- <layout class="QVBoxLayout" >
- <item>
- <widget class="QListWidget" name="signalList" >
- <property name="textElideMode" >
- <enum>Qt::ElideMiddle</enum>
- </property>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" >
- <item>
- <widget class="QToolButton" name="editSignalsButton" >
- <property name="text" >
- <string>Edit...</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer>
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" >
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- <item row="0" column="2" >
- <widget class="QGroupBox" name="slotGroupBox" >
- <property name="title" >
- <string>GroupBox</string>
- </property>
- <layout class="QVBoxLayout" >
- <item>
- <widget class="QListWidget" name="slotList" >
- <property name="textElideMode" >
- <enum>Qt::ElideMiddle</enum>
- </property>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" >
- <item>
- <widget class="QToolButton" name="editSlotsButton" >
- <property name="text" >
- <string>Edit...</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer>
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" >
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QCheckBox" name="showAllCheckBox" >
- <property name="text" >
- <string>Show signals and slots inherited from QWidget</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1" colspan="2" >
- <widget class="QDialogButtonBox" name="buttonBox" >
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="standardButtons" >
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections>
- <connection>
- <sender>buttonBox</sender>
- <signal>accepted()</signal>
- <receiver>ConnectDialog</receiver>
- <slot>accept()</slot>
- <hints>
- <hint type="sourcelabel" >
- <x>248</x>
- <y>254</y>
- </hint>
- <hint type="destinationlabel" >
- <x>157</x>
- <y>274</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>buttonBox</sender>
- <signal>rejected()</signal>
- <receiver>ConnectDialog</receiver>
- <slot>reject()</slot>
- <hints>
- <hint type="sourcelabel" >
- <x>316</x>
- <y>260</y>
- </hint>
- <hint type="destinationlabel" >
- <x>286</x>
- <y>274</y>
- </hint>
- </hints>
- </connection>
- </connections>
-</ui>