Add option to ignore global share ratio limits for torrents created in qBt.

This commit is contained in:
Nick Tiskov
2013-07-29 14:11:43 +04:00
parent f276ad568e
commit a1298fbf58
2 changed files with 37 additions and 1 deletions

View File

@@ -241,6 +241,19 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkIgnoreShareLimits">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Ignore share ratio limits for this torrent</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="progressLbl">
<property name="text">
@@ -302,5 +315,22 @@
</layout>
</widget>
<resources/>
<connections/>
<connections>
<connection>
<sender>checkStartSeeding</sender>
<signal>clicked(bool)</signal>
<receiver>checkIgnoreShareLimits</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>295</x>
<y>532</y>
</hint>
<hint type="destinationlabel">
<x>295</x>
<y>555</y>
</hint>
</hints>
</connection>
</connections>
</ui>