File diff 000000000000 → b168d439d9a0
gui/ui/main_settings.ui
Show inline comments
 
new file 100644
 
<?xml version="1.0" encoding="UTF-8"?>
 
<ui version="4.0">
 
 <class>Form</class>
 
 <widget class="QWidget" name="Form">
 
  <property name="geometry">
 
   <rect>
 
    <x>0</x>
 
    <y>0</y>
 
    <width>584</width>
 
    <height>401</height>
 
   </rect>
 
  </property>
 
  <property name="windowTitle">
 
   <string>Form</string>
 
  </property>
 
  <layout class="QVBoxLayout" name="verticalLayout_2">
 
   <property name="spacing">
 
    <number>0</number>
 
   </property>
 
   <property name="leftMargin">
 
    <number>0</number>
 
   </property>
 
   <property name="topMargin">
 
    <number>0</number>
 
   </property>
 
   <property name="rightMargin">
 
    <number>0</number>
 
   </property>
 
   <property name="bottomMargin">
 
    <number>0</number>
 
   </property>
 
   <item>
 
    <widget class="QGroupBox" name="positionGB">
 
     <property name="title">
 
      <string>Position</string>
 
     </property>
 
     <property name="flat">
 
      <bool>false</bool>
 
     </property>
 
     <layout class="QHBoxLayout" name="horizontalLayout">
 
      <property name="leftMargin">
 
       <number>0</number>
 
      </property>
 
      <property name="topMargin">
 
       <number>0</number>
 
      </property>
 
      <property name="rightMargin">
 
       <number>0</number>
 
      </property>
 
      <property name="bottomMargin">
 
       <number>0</number>
 
      </property>
 
      <item>
 
       <layout class="QVBoxLayout" name="verticalLayout_3">
 
        <property name="spacing">
 
         <number>0</number>
 
        </property>
 
        <item>
 
         <widget class="QRadioButton" name="topLeftRB">
 
          <property name="text">
 
           <string>Top &amp;Left</string>
 
          </property>
 
         </widget>
 
        </item>
 
        <item>
 
         <widget class="QRadioButton" name="topRightRB">
 
          <property name="text">
 
           <string>Top Ri&amp;ght</string>
 
          </property>
 
         </widget>
 
        </item>
 
        <item>
 
         <widget class="QRadioButton" name="bottomLeftRB">
 
          <property name="text">
 
           <string>Bo&amp;ttom Left</string>
 
          </property>
 
         </widget>
 
        </item>
 
        <item>
 
         <widget class="QRadioButton" name="bottomRightRB">
 
          <property name="text">
 
           <string>Bo&amp;ttom Right</string>
 
          </property>
 
         </widget>
 
        </item>
 
       </layout>
 
      </item>
 
      <item>
 
       <layout class="QVBoxLayout" name="verticalLayout">
 
        <property name="spacing">
 
         <number>0</number>
 
        </property>
 
        <item>
 
         <widget class="QLabel" name="vOffsetLabel">
 
          <property name="text">
 
           <string>Vertical offset</string>
 
          </property>
 
         </widget>
 
        </item>
 
        <item>
 
         <widget class="QSpinBox" name="vOffsetSB"/>
 
        </item>
 
        <item>
 
         <widget class="QLabel" name="hOffsetLabel">
 
          <property name="text">
 
           <string>Horizontal offset</string>
 
          </property>
 
         </widget>
 
        </item>
 
        <item>
 
         <widget class="QSpinBox" name="hOffsetSB"/>
 
        </item>
 
       </layout>
 
      </item>
 
     </layout>
 
    </widget>
 
   </item>
 
   <item>
 
    <widget class="QGroupBox" name="sizeGB">
 
     <property name="title">
 
      <string>Size</string>
 
     </property>
 
     <layout class="QFormLayout" name="formLayout">
 
      <item row="0" column="0">
 
       <widget class="QLabel" name="label">
 
        <property name="text">
 
         <string>iconHeight</string>
 
        </property>
 
       </widget>
 
      </item>
 
      <item row="0" column="1">
 
       <widget class="QSpinBox" name="iheightSB"/>
 
      </item>
 
      <item row="1" column="0">
 
       <widget class="QLabel" name="label_2">
 
        <property name="text">
 
         <string>iconWidth</string>
 
        </property>
 
       </widget>
 
      </item>
 
      <item row="1" column="1">
 
       <widget class="QSpinBox" name="iwidthSB"/>
 
      </item>
 
     </layout>
 
    </widget>
 
   </item>
 
   <item>
 
    <widget class="QGroupBox" name="iconGB">
 
     <property name="title">
 
      <string>Icons</string>
 
     </property>
 
     <layout class="QGridLayout" name="gridLayout">
 
      <item row="2" column="0">
 
       <widget class="QLabel" name="label_5">
 
        <property name="text">
 
         <string>Full drive</string>
 
        </property>
 
       </widget>
 
      </item>
 
      <item row="2" column="1">
 
       <widget class="QLabel" name="fullLabel">
 
        <property name="sizePolicy">
 
         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
          <horstretch>0</horstretch>
 
          <verstretch>0</verstretch>
 
         </sizepolicy>
 
        </property>
 
        <property name="minimumSize">
 
         <size>
 
          <width>32</width>
 
          <height>32</height>
 
         </size>
 
        </property>
 
        <property name="baseSize">
 
         <size>
 
          <width>32</width>
 
          <height>32</height>
 
         </size>
 
        </property>
 
        <property name="text">
 
         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/dropper_full.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
        </property>
 
        <property name="alignment">
 
         <set>Qt::AlignCenter</set>
 
        </property>
 
       </widget>
 
      </item>
 
      <item row="0" column="0">
 
       <widget class="QLabel" name="label_3">
 
        <property name="text">
 
         <string>Tray icon</string>
 
        </property>
 
       </widget>
 
      </item>
 
      <item row="1" column="1">
 
       <widget class="QLabel" name="emptyLabel">
 
        <property name="sizePolicy">
 
         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
          <horstretch>0</horstretch>
 
          <verstretch>0</verstretch>
 
         </sizepolicy>
 
        </property>
 
        <property name="minimumSize">
 
         <size>
 
          <width>32</width>
 
          <height>32</height>
 
         </size>
 
        </property>
 
        <property name="baseSize">
 
         <size>
 
          <width>32</width>
 
          <height>32</height>
 
         </size>
 
        </property>
 
        <property name="text">
 
         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/dropper_empty.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
        </property>
 
        <property name="alignment">
 
         <set>Qt::AlignCenter</set>
 
        </property>
 
       </widget>
 
      </item>
 
      <item row="0" column="2">
 
       <widget class="QPushButton" name="trayDefaultB">
 
        <property name="text">
 
         <string>Default</string>
 
        </property>
 
        <property name="icon">
 
         <iconset resource="../../pics/pics.qrc">
 
          <normaloff>:/icon.png</normaloff>:/icon.png</iconset>
 
        </property>
 
        <property name="iconSize">
 
         <size>
 
          <width>32</width>
 
          <height>32</height>
 
         </size>
 
        </property>
 
       </widget>
 
      </item>
 
      <item row="1" column="0">
 
       <widget class="QLabel" name="label_4">
 
        <property name="text">
 
         <string>Empty drive</string>
 
        </property>
 
       </widget>
 
      </item>
 
      <item row="0" column="1">
 
       <widget class="QLabel" name="trayLabel">
 
        <property name="sizePolicy">
 
         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
          <horstretch>0</horstretch>
 
          <verstretch>0</verstretch>
 
         </sizepolicy>
 
        </property>
 
        <property name="minimumSize">
 
         <size>
 
          <width>32</width>
 
          <height>32</height>
 
         </size>
 
        </property>
 
        <property name="maximumSize">
 
         <size>
 
          <width>32</width>
 
          <height>32</height>
 
         </size>
 
        </property>
 
        <property name="baseSize">
 
         <size>
 
          <width>32</width>
 
          <height>32</height>
 
         </size>
 
        </property>
 
        <property name="text">
 
         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icon.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
        </property>
 
        <property name="alignment">
 
         <set>Qt::AlignCenter</set>
 
        </property>
 
       </widget>
 
      </item>
 
      <item row="2" column="2">
 
       <widget class="QPushButton" name="fullDefaultB">
 
        <property name="text">
 
         <string>Default</string>
 
        </property>
 
        <property name="icon">
 
         <iconset resource="../../pics/pics.qrc">
 
          <normaloff>:/dropper_full.png</normaloff>:/dropper_full.png</iconset>
 
        </property>
 
        <property name="iconSize">
 
         <size>
 
          <width>32</width>
 
          <height>32</height>
 
         </size>
 
        </property>
 
        <property name="flat">
 
         <bool>false</bool>
 
        </property>
 
       </widget>
 
      </item>
 
      <item row="1" column="3">
 
       <widget class="QPushButton" name="emptyCustomB">
 
        <property name="sizePolicy">
 
         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
          <horstretch>0</horstretch>
 
          <verstretch>0</verstretch>
 
         </sizepolicy>
 
        </property>
 
        <property name="text">
 
         <string>Choose...</string>
 
        </property>
 
        <property name="iconSize">
 
         <size>
 
          <width>32</width>
 
          <height>32</height>
 
         </size>
 
        </property>
 
       </widget>
 
      </item>
 
      <item row="1" column="2">
 
       <widget class="QPushButton" name="emptyDefaultB">
 
        <property name="text">
 
         <string>Default</string>
 
        </property>
 
        <property name="icon">
 
         <iconset resource="../../pics/pics.qrc">
 
          <normaloff>:/dropper_empty.png</normaloff>:/dropper_empty.png</iconset>
 
        </property>
 
        <property name="iconSize">
 
         <size>
 
          <width>32</width>
 
          <height>32</height>
 
         </size>
 
        </property>
 
       </widget>
 
      </item>
 
      <item row="0" column="3">
 
       <widget class="QPushButton" name="trayCustomB">
 
        <property name="sizePolicy">
 
         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
          <horstretch>0</horstretch>
 
          <verstretch>0</verstretch>
 
         </sizepolicy>
 
        </property>
 
        <property name="text">
 
         <string>Choose...</string>
 
        </property>
 
        <property name="iconSize">
 
         <size>
 
          <width>32</width>
 
          <height>32</height>
 
         </size>
 
        </property>
 
       </widget>
 
      </item>
 
      <item row="2" column="3">
 
       <widget class="QPushButton" name="fullCustomB">
 
        <property name="sizePolicy">
 
         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
          <horstretch>0</horstretch>
 
          <verstretch>0</verstretch>
 
         </sizepolicy>
 
        </property>
 
        <property name="text">
 
         <string>Choose...</string>
 
        </property>
 
        <property name="iconSize">
 
         <size>
 
          <width>32</width>
 
          <height>32</height>
 
         </size>
 
        </property>
 
       </widget>
 
      </item>
 
     </layout>
 
    </widget>
 
   </item>
 
  </layout>
 
 </widget>
 
 <resources>
 
  <include location="../../pics/pics.qrc"/>
 
 </resources>
 
 <connections/>
 
</ui>