mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
parent
b3ca2ea179
commit
7fffb6526c
@ -10,9 +10,6 @@
|
||||
<height>364</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
@ -38,15 +35,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_5">
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::NoFocus</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Search in:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>filterMode</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -74,14 +65,8 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Set minimal and maximal allowed number of seeders</p></body></html></string>
|
||||
<string>Set minimum and maximum allowed number of seeders</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Seeds:</string>
|
||||
@ -91,27 +76,15 @@
|
||||
<item>
|
||||
<widget class="QSpinBox" name="minSeeds">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Minimal number of seeds</p></body></html></string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>0</number>
|
||||
<string>Minimum number of seeds</string>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>1000</number>
|
||||
</property>
|
||||
<property name="value">
|
||||
<number>0</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_4">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>to</string>
|
||||
</property>
|
||||
@ -120,23 +93,14 @@
|
||||
<item>
|
||||
<widget class="QSpinBox" name="maxSeeds">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Maximal number of seeds</p></body></html></string>
|
||||
<string>Maximum number of seeds</string>
|
||||
</property>
|
||||
<property name="specialValueText">
|
||||
<string>∞</string>
|
||||
</property>
|
||||
<property name="prefix">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>-1</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>1000</number>
|
||||
</property>
|
||||
<property name="value">
|
||||
<number>-1</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -157,14 +121,8 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_3">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Set minimal and maximal allowed size of a torrent</p></body></html></string>
|
||||
<string>Set minimum and maximum allowed size of a torrent</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Size:</string>
|
||||
@ -176,25 +134,15 @@
|
||||
<item>
|
||||
<widget class="QDoubleSpinBox" name="minSize">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Minimal torrent size</p></body></html></string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<double>0.000000000000000</double>
|
||||
<string>Minimum torrent size</string>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<double>1000.000000000000000</double>
|
||||
</property>
|
||||
<property name="value">
|
||||
<double>0.000000000000000</double>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="minSizeUnit">
|
||||
<property name="sizeAdjustPolicy">
|
||||
<enum>QComboBox::AdjustToContents</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QComboBox" name="minSizeUnit"/>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
@ -210,31 +158,18 @@
|
||||
<item>
|
||||
<widget class="QDoubleSpinBox" name="maxSize">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Maximal torrent size</p></body></html></string>
|
||||
<string>Maximum torrent size</string>
|
||||
</property>
|
||||
<property name="specialValueText">
|
||||
<string>∞</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<double>-1.000000000000000</double>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<double>1000.000000000000000</double>
|
||||
</property>
|
||||
<property name="value">
|
||||
<double>1000.000000000000000</double>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="maxSizeUnit">
|
||||
<property name="currentIndex">
|
||||
<number>-1</number>
|
||||
</property>
|
||||
<property name="sizeAdjustPolicy">
|
||||
<enum>QComboBox::AdjustToContents</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QComboBox" name="maxSizeUnit"/>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user