tests/auto/uic3/baseline/optionsform.ui.4
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Thu, 22 Apr 2010 16:15:11 +0300
branchRCL_3
changeset 14 8c4229025c0b
parent 0 1918ee327afb
permissions -rw-r--r--
930346f3335f271b808bd69409c708262673ba3a

<?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>&amp;List View</string>
              </property>
              <layout class="QVBoxLayout">
                <item>
                  <widget class="QCheckBox" name="webCheckBox">
                    <property name="text">
                      <string>&amp;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>&amp;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>&amp;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>&amp;Name, e.g. darkgreen</string>
                    </property>
                  </widget>
                </item>
                <item>
                  <widget class="QRadioButton" name="rgbRadioButton">
                    <property name="text">
                      <string>&amp;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>