mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 01:06:03 +03:00
Fixed tab stop order in the Options Dialog, Connection page. The tab stop order of 'Global maximum number of upload slots:' and 'Maximum number of upload slots per torrent:' was swapped
This commit is contained in:
parent
0f12d077c8
commit
27ebae0ee6
1 changed files with 37 additions and 37 deletions
|
@ -1824,26 +1824,6 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'.</st
|
||||||
<string>Connections Limits</string>
|
<string>Connections Limits</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<item row="3" column="1">
|
|
||||||
<widget class="QSpinBox" name="spinMaxUploadsPerTorrent">
|
|
||||||
<property name="maximum">
|
|
||||||
<number>500</number>
|
|
||||||
</property>
|
|
||||||
<property name="value">
|
|
||||||
<number>4</number>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="1" column="0">
|
|
||||||
<widget class="QCheckBox" name="checkMaxConnectionsPerTorrent">
|
|
||||||
<property name="text">
|
|
||||||
<string>Maximum number of connections per torrent:</string>
|
|
||||||
</property>
|
|
||||||
<property name="checked">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QCheckBox" name="checkMaxConnections">
|
<widget class="QCheckBox" name="checkMaxConnections">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -1870,6 +1850,29 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'.</st
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="0" column="2">
|
||||||
|
<spacer name="horizontalSpacer_3">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Orientation::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>40</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="0">
|
||||||
|
<widget class="QCheckBox" name="checkMaxConnectionsPerTorrent">
|
||||||
|
<property name="text">
|
||||||
|
<string>Maximum number of connections per torrent:</string>
|
||||||
|
</property>
|
||||||
|
<property name="checked">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QSpinBox" name="spinMaxConnecPerTorrent">
|
<widget class="QSpinBox" name="spinMaxConnecPerTorrent">
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
|
@ -1883,13 +1886,6 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'.</st
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="0">
|
|
||||||
<widget class="QCheckBox" name="checkMaxUploadsPerTorrent">
|
|
||||||
<property name="text">
|
|
||||||
<string>Maximum number of upload slots per torrent:</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="2" column="0">
|
<item row="2" column="0">
|
||||||
<widget class="QCheckBox" name="checkMaxUploads">
|
<widget class="QCheckBox" name="checkMaxUploads">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -1907,18 +1903,22 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'.</st
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="2">
|
<item row="3" column="0">
|
||||||
<spacer name="horizontalSpacer_3">
|
<widget class="QCheckBox" name="checkMaxUploadsPerTorrent">
|
||||||
<property name="orientation">
|
<property name="text">
|
||||||
<enum>Qt::Orientation::Horizontal</enum>
|
<string>Maximum number of upload slots per torrent:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
</widget>
|
||||||
<size>
|
</item>
|
||||||
<width>40</width>
|
<item row="3" column="1">
|
||||||
<height>20</height>
|
<widget class="QSpinBox" name="spinMaxUploadsPerTorrent">
|
||||||
</size>
|
<property name="maximum">
|
||||||
|
<number>500</number>
|
||||||
</property>
|
</property>
|
||||||
</spacer>
|
<property name="value">
|
||||||
|
<number>4</number>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Reference in a new issue