<ui version="4.0" >
 <author></author>
 <comment></comment>
 <exportmacro></exportmacro>
 <class>MandoWindow</class>
 <widget class="QWidget" name="MandoWindow" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>157</width>
    <height>339</height>
   </rect>
  </property>
  <property name="windowTitle" >
   <string>mando</string>
  </property>
  <property name="windowIcon" >
   <iconset resource="mando.qrc" >:/images/mandologo.png</iconset>
  </property>
  <layout class="QVBoxLayout" >
   <property name="margin" >
    <number>9</number>
   </property>
   <property name="spacing" >
    <number>6</number>
   </property>
   <item>
    <widget class="QPushButton" name="configureButton" >
     <property name="text" >
      <string>&amp;Configure</string>
     </property>
     <property name="icon" >
      <iconset resource="mando.qrc" >:/images/configure.png</iconset>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QCheckBox" name="activateCheckBox" >
     <property name="enabled" >
      <bool>false</bool>
     </property>
     <property name="text" >
      <string>Ac&amp;tivate</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="modeGroupBox" >
     <property name="minimumSize" >
      <size>
       <width>16</width>
       <height>75</height>
      </size>
     </property>
     <property name="title" >
      <string>Pointer Mode</string>
     </property>
     <layout class="QVBoxLayout" >
      <property name="margin" >
       <number>9</number>
      </property>
      <property name="spacing" >
       <number>6</number>
      </property>
      <item>
       <widget class="QRadioButton" name="singleClickRadio" >
        <property name="text" >
         <string>&amp;Single click</string>
        </property>
        <property name="checked" >
         <bool>true</bool>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QRadioButton" name="draggingRadio" >
        <property name="text" >
         <string>&amp;Dragging</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="Line" name="separator" >
     <property name="orientation" >
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QPushButton" name="aboutButton" >
     <property name="text" >
      <string>&amp;About</string>
     </property>
     <property name="icon" >
      <iconset resource="mando.qrc" >:/images/mandologo.png</iconset>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QPushButton" name="quitButton" >
     <property name="text" >
      <string>&amp;Quit</string>
     </property>
     <property name="icon" >
      <iconset>quit.png</iconset>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <pixmapfunction></pixmapfunction>
 <resources>
  <include location="mando.qrc" />
 </resources>
 <connections/>
</ui>