mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-06 03:44:29 +00:00
- fixed proxy layout in preferences
This commit is contained in:
parent
def19ef88b
commit
8858518a14
130
src/options.ui
130
src/options.ui
@ -1069,70 +1069,72 @@
|
|||||||
<property name="title" >
|
<property name="title" >
|
||||||
<string>Affected connections</string>
|
<string>Affected connections</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QCheckBox" name="checkProxyTrackers" >
|
<layout class="QVBoxLayout" >
|
||||||
<property name="geometry" >
|
<item>
|
||||||
<rect>
|
<widget class="QCheckBox" name="checkProxyTrackers" >
|
||||||
<x>10</x>
|
<property name="sizePolicy" >
|
||||||
<y>20</y>
|
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
||||||
<width>341</width>
|
<horstretch>0</horstretch>
|
||||||
<height>22</height>
|
<verstretch>0</verstretch>
|
||||||
</rect>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Use proxy for connections to trackers</string>
|
<string>Use proxy for connections to trackers</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked" >
|
<property name="checked" >
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QCheckBox" name="checkProxyPeers" >
|
</item>
|
||||||
<property name="geometry" >
|
<item>
|
||||||
<rect>
|
<widget class="QCheckBox" name="checkProxyPeers" >
|
||||||
<x>10</x>
|
<property name="sizePolicy" >
|
||||||
<y>40</y>
|
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
||||||
<width>341</width>
|
<horstretch>0</horstretch>
|
||||||
<height>22</height>
|
<verstretch>0</verstretch>
|
||||||
</rect>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Use proxy for connections to regular peers</string>
|
<string>Use proxy for connections to regular peers</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked" >
|
<property name="checked" >
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QCheckBox" name="checkProxyWebseeds" >
|
</item>
|
||||||
<property name="geometry" >
|
<item>
|
||||||
<rect>
|
<widget class="QCheckBox" name="checkProxyDHT" >
|
||||||
<x>10</x>
|
<property name="sizePolicy" >
|
||||||
<y>60</y>
|
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
||||||
<width>341</width>
|
<horstretch>0</horstretch>
|
||||||
<height>22</height>
|
<verstretch>0</verstretch>
|
||||||
</rect>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Use proxy for connections to web seeds</string>
|
<string>Use proxy for DHT messages</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked" >
|
<property name="checked" >
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QCheckBox" name="checkProxyDHT" >
|
</item>
|
||||||
<property name="geometry" >
|
<item>
|
||||||
<rect>
|
<widget class="QCheckBox" name="checkProxyWebseeds" >
|
||||||
<x>10</x>
|
<property name="sizePolicy" >
|
||||||
<y>80</y>
|
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
||||||
<width>341</width>
|
<horstretch>0</horstretch>
|
||||||
<height>22</height>
|
<verstretch>0</verstretch>
|
||||||
</rect>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Use proxy for DHT messages</string>
|
<string>Use proxy for connections to web seeds</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked" >
|
<property name="checked" >
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user