Add checkbox for recursive download dialog

Also group similar options together.
This commit is contained in:
Chocobo1 2018-06-12 15:14:19 +08:00
commit 6bf3f1d0b8
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
2 changed files with 24 additions and 14 deletions

View file

@ -779,6 +779,27 @@
</layout>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkPreallocateAll">
<property name="text">
<string>Pre-allocate disk space for all files</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkAppendqB">
<property name="text">
<string>Append .!qB extension to incomplete files</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkRecursiveDownload">
<property name="text">
<string>Enable recursive download dialog</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupSavingManagement">
<property name="title">
@ -1004,20 +1025,6 @@
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="checkPreallocateAll">
<property name="text">
<string>Pre-allocate disk space for all files</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkAppendqB">
<property name="text">
<string>Append .!qB extension to incomplete files</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>