summaryrefslogtreecommitdiffstats
path: root/tests/auto/uic3/baseline/pageeditdialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/uic3/baseline/pageeditdialog.ui')
-rw-r--r--tests/auto/uic3/baseline/pageeditdialog.ui143
1 files changed, 143 insertions, 0 deletions
diff --git a/tests/auto/uic3/baseline/pageeditdialog.ui b/tests/auto/uic3/baseline/pageeditdialog.ui
new file mode 100644
index 0000000..9e64656
--- /dev/null
+++ b/tests/auto/uic3/baseline/pageeditdialog.ui
@@ -0,0 +1,143 @@
+<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
+<class>PageEditDialog</class>
+<widget class="QDialog">
+ <property name="name">
+ <cstring>PageEditDialog</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>372</width>
+ <height>129</height>
+ </rect>
+ </property>
+ <property name="caption">
+ <string>Page Properties</string>
+ </property>
+ <property name="sizeGripEnabled">
+ <bool>true</bool>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="2">
+ <property name="name">
+ <cstring>layout1</cstring>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <spacer>
+ <property name="name">
+ <cstring>spacer1</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>okButton</cstring>
+ </property>
+ <property name="text">
+ <string>OK</string>
+ </property>
+ <property name="default">
+ <bool>true</bool>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>cancelButton</cstring>
+ </property>
+ <property name="text">
+ <string>Cancel</string>
+ </property>
+ </widget>
+ </hbox>
+ </widget>
+ <widget class="QLabel" row="2" column="0">
+ <property name="name">
+ <cstring>minorLabel</cstring>
+ </property>
+ <property name="text">
+ <string>Mi&amp;nor Tab:</string>
+ </property>
+ <property name="buddy" stdset="0">
+ <cstring>minorEdit</cstring>
+ </property>
+ </widget>
+ <widget class="QLineEdit" row="1" column="1">
+ <property name="name">
+ <cstring>majorEdit</cstring>
+ </property>
+ </widget>
+ <widget class="QLabel" row="1" column="0">
+ <property name="name">
+ <cstring>majorLabel</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Major Tab:</string>
+ </property>
+ <property name="buddy" stdset="0">
+ <cstring>majorEdit</cstring>
+ </property>
+ </widget>
+ <widget class="QLineEdit" row="2" column="1">
+ <property name="name">
+ <cstring>minorEdit</cstring>
+ </property>
+ </widget>
+ <widget class="QLineEdit" row="0" column="1">
+ <property name="name">
+ <cstring>titleEdit</cstring>
+ </property>
+ </widget>
+ <widget class="QLabel" row="0" column="0">
+ <property name="name">
+ <cstring>titleLabel</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Label:</string>
+ </property>
+ <property name="buddy" stdset="0">
+ <cstring>titleEdit</cstring>
+ </property>
+ </widget>
+ </grid>
+</widget>
+<connections>
+ <connection>
+ <sender>okButton</sender>
+ <signal>clicked()</signal>
+ <receiver>PageEditDialog</receiver>
+ <slot>accept()</slot>
+ </connection>
+ <connection>
+ <sender>cancelButton</sender>
+ <signal>clicked()</signal>
+ <receiver>PageEditDialog</receiver>
+ <slot>reject()</slot>
+ </connection>
+</connections>
+<tabstops>
+ <tabstop>titleEdit</tabstop>
+ <tabstop>majorEdit</tabstop>
+ <tabstop>minorEdit</tabstop>
+ <tabstop>okButton</tabstop>
+ <tabstop>cancelButton</tabstop>
+</tabstops>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>