diff options
Diffstat (limited to 'tests/auto/uic3/baseline/optionsform.ui.4')
-rw-r--r-- | tests/auto/uic3/baseline/optionsform.ui.4 | 167 |
1 files changed, 167 insertions, 0 deletions
diff --git a/tests/auto/uic3/baseline/optionsform.ui.4 b/tests/auto/uic3/baseline/optionsform.ui.4 new file mode 100644 index 0000000..6296d2e --- /dev/null +++ b/tests/auto/uic3/baseline/optionsform.ui.4 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0" stdsetdef="1"> + <author></author> + <comment></comment> + <exportmacro></exportmacro> + <class>OptionsForm</class> + <widget class="QDialog" name="OptionsForm"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>381</width> + <height>297</height> + </rect> + </property> + <property name="windowTitle"> + <string>Color Tool -- Options</string> + </property> + <layout class="QVBoxLayout"> + <item> + <layout class="QVBoxLayout"> + <item> + <widget class="Q3GroupBox" name="listGroupBox"> + <property name="title"> + <string>&List View</string> + </property> + <layout class="QVBoxLayout"> + <item> + <widget class="QCheckBox" name="webCheckBox"> + <property name="text"> + <string>&Web color indicator</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="Q3GroupBox" name="textGroupBox"> + <property name="title"> + <string>&Colored text</string> + </property> + <layout class="QVBoxLayout"> + <item> + <widget class="QLineEdit" name="textLineEdit"> + <property name="text"> + <string>The quick brown fox jumped over the lazy dogs.</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout"> + <item> + <widget class="Q3ButtonGroup" name="clipboardButtonGroup"> + <property name="title"> + <string>Copy to Clipboard As</string> + </property> + <layout class="QVBoxLayout"> + <item> + <widget class="QRadioButton" name="hexRadioButton"> + <property name="text"> + <string>&Hex, e.g. #ab12df</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="nameRadioButton"> + <property name="text"> + <string>&Name, e.g. darkgreen</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="rgbRadioButton"> + <property name="text"> + <string>&RGB values, e.g. 266,0,51</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <spacer name="Spacer4"> + <property name="sizeHint"> + <size> + <width>0</width> + <height>2</height> + </size> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </spacer> + </item> + <item> + <layout class="QVBoxLayout"> + <item> + <spacer name="Spacer3"> + <property name="sizeHint"> + <size> + <width>22</width> + <height>0</height> + </size> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="okPushButton"> + <property name="text"> + <string>OK</string> + </property> + <property name="default"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="cancelPushButton"> + <property name="text"> + <string>Cancel</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </item> + </layout> + </widget> + <layoutdefault spacing="6" margin="11"/> + <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> + <connections> + <connection> + <sender>okPushButton</sender> + <signal>clicked()</signal> + <receiver>OptionsForm</receiver> + <slot>accept()</slot> + </connection> + <connection> + <sender>cancelPushButton</sender> + <signal>clicked()</signal> + <receiver>OptionsForm</receiver> + <slot>reject()</slot> + </connection> + </connections> +</ui> |