Add "Paused torrents only" option for "Hide zero and infinity values"

This commit is contained in:
Chocobo1
2016-02-01 20:19:28 +08:00
parent 1a010cbfc6
commit ee277bf126
5 changed files with 59 additions and 7 deletions

View File

@@ -163,7 +163,7 @@
<x>0</x>
<y>0</y>
<width>480</width>
<height>698</height>
<height>702</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_9">
@@ -258,11 +258,42 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkHideZero">
<property name="text">
<string>Hide zero and infinity values</string>
</property>
</widget>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QCheckBox" name="checkHideZero">
<property name="text">
<string>Hide zero and infinity values</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboHideZero">
<item>
<property name="text">
<string>Always</string>
</property>
</item>
<item>
<property name="text">
<string>Paused torrents only</string>
</property>
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_10">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupBox_7">