Add options in AddNewTorrentDialog

The new checkboxes are: "Download in sequential order", "Download first
and last pieces first".
This commit is contained in:
Chocobo1
2018-07-19 00:35:54 +08:00
parent aed971883d
commit cb687ba3bd
2 changed files with 20 additions and 0 deletions

View File

@@ -181,6 +181,20 @@
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="sequentialCheckBox">
<property name="text">
<string>Download in sequential order</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="firstLastCheckBox">
<property name="text">
<string>Download first and last pieces first</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>