Files @ 71854a68aa1c
Branch filter:

Location: linux-tools/kusbff/ui/format_dialog.ui - annotation

Silverwing
fix indexing
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
2e3b9132fe02
2e3b9132fe02
2e3b9132fe02
2e3b9132fe02
2e3b9132fe02
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
f3f4cf108453
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>Dialog</class>
 <widget class="QDialog" name="Dialog">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>400</width>
    <height>96</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Format</string>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <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>
    <layout class="QGridLayout" name="gridLayout">
     <item row="1" column="1">
      <widget class="QSpinBox" name="sb_to">
       <property name="maximum">
        <number>999</number>
       </property>
      </widget>
     </item>
     <item row="0" column="1">
      <widget class="QLabel" name="label_2">
       <property name="maximumSize">
        <size>
         <width>16777215</width>
         <height>16</height>
        </size>
       </property>
       <property name="text">
        <string>to</string>
       </property>
      </widget>
     </item>
     <item row="1" column="0">
      <widget class="QSpinBox" name="sb_from"/>
     </item>
     <item row="0" column="0">
      <widget class="QLabel" name="label">
       <property name="maximumSize">
        <size>
         <width>16777215</width>
         <height>16</height>
        </size>
       </property>
       <property name="text">
        <string>from</string>
       </property>
      </widget>
     </item>
     <item row="2" column="0">
      <widget class="QRadioButton" name="rb_size_720">
       <property name="text">
        <string>&amp;720KB</string>
       </property>
      </widget>
     </item>
     <item row="2" column="1">
      <widget class="QRadioButton" name="rb_size_1440">
       <property name="text">
        <string>&amp;1.44MB</string>
       </property>
       <property name="checked">
        <bool>true</bool>
       </property>
      </widget>
     </item>
    </layout>
   </item>
   <item>
    <widget class="QDialogButtonBox" name="buttonBox">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="standardButtons">
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections>
  <connection>
   <sender>buttonBox</sender>
   <signal>accepted()</signal>
   <receiver>Dialog</receiver>
   <slot>accept()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>248</x>
     <y>254</y>
    </hint>
    <hint type="destinationlabel">
     <x>157</x>
     <y>274</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>buttonBox</sender>
   <signal>rejected()</signal>
   <receiver>Dialog</receiver>
   <slot>reject()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>316</x>
     <y>260</y>
    </hint>
    <hint type="destinationlabel">
     <x>286</x>
     <y>274</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>