<ui version="4.0" stdsetdef="1" >
  <author></author>
  <comment></comment>
  <exportmacro></exportmacro>
  <class>SetAll</class>
  <widget class="QDialog" name="SetAll" >
    <property name="geometry" >
      <rect>
        <x>0</x>
        <y>0</y>
        <width>384</width>
        <height>49</height>
      </rect>
    </property>
    <property name="windowTitle" >
      <string>Set All To</string>
    </property>
    <widget class="QPushButton" name="OKButton" >
      <property name="geometry" >
        <rect>
          <x>200</x>
          <y>10</y>
          <width>80</width>
          <height>26</height>
        </rect>
      </property>
      <property name="text" >
        <string>OK</string>
      </property>
    </widget>
    <widget class="QLineEdit" name="LineEdit" >
      <property name="geometry" >
        <rect>
          <x>120</x>
          <y>10</y>
          <width>70</width>
          <height>22</height>
        </rect>
      </property>
    </widget>
    <widget class="QPushButton" name="CancelButton" >
      <property name="geometry" >
        <rect>
          <x>290</x>
          <y>10</y>
          <width>80</width>
          <height>26</height>
        </rect>
      </property>
      <property name="text" >
        <string>Cancel</string>
      </property>
    </widget>
    <widget class="QLabel" name="TextLabel1" >
      <property name="geometry" >
        <rect>
          <x>10</x>
          <y>10</y>
          <width>92</width>
          <height>26</height>
        </rect>
      </property>
      <property name="text" >
        <string>Set to value</string>
      </property>
      <property name="wordWrap" >
        <bool>false</bool>
      </property>
    </widget>
    <widget class="QSpinBox" name="SpinBox" >
      <property name="geometry" >
        <rect>
          <x>120</x>
          <y>10</y>
          <width>70</width>
          <height>21</height>
        </rect>
      </property>
      <property name="maximum" >
        <number>127</number>
      </property>
    </widget>
  </widget>
  <layoutdefault spacing="6" margin="11" />
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
  <connections>
    <connection>
      <sender>OKButton</sender>
      <signal>clicked()</signal>
      <receiver>SetAll</receiver>
      <slot>accept()</slot>
    </connection>
    <connection>
      <sender>CancelButton</sender>
      <signal>clicked()</signal>
      <receiver>SetAll</receiver>
      <slot>reject()</slot>
    </connection>
  </connections>
</ui>
