1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-11 06:14:16 +00:00

- fixed proxy layout in preferences

This commit is contained in:
Christophe Dumez 2007-11-23 00:23:55 +00:00
parent def19ef88b
commit 8858518a14

View File

@ -1069,14 +1069,14 @@
<property name="title" > <property name="title" >
<string>Affected connections</string> <string>Affected connections</string>
</property> </property>
<layout class="QVBoxLayout" >
<item>
<widget class="QCheckBox" name="checkProxyTrackers" > <widget class="QCheckBox" name="checkProxyTrackers" >
<property name="geometry" > <property name="sizePolicy" >
<rect> <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<x>10</x> <horstretch>0</horstretch>
<y>20</y> <verstretch>0</verstretch>
<width>341</width> </sizepolicy>
<height>22</height>
</rect>
</property> </property>
<property name="text" > <property name="text" >
<string>Use proxy for connections to trackers</string> <string>Use proxy for connections to trackers</string>
@ -1085,14 +1085,14 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item>
<item>
<widget class="QCheckBox" name="checkProxyPeers" > <widget class="QCheckBox" name="checkProxyPeers" >
<property name="geometry" > <property name="sizePolicy" >
<rect> <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<x>10</x> <horstretch>0</horstretch>
<y>40</y> <verstretch>0</verstretch>
<width>341</width> </sizepolicy>
<height>22</height>
</rect>
</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>
@ -1101,30 +1101,14 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget class="QCheckBox" name="checkProxyWebseeds" > </item>
<property name="geometry" > <item>
<rect>
<x>10</x>
<y>60</y>
<width>341</width>
<height>22</height>
</rect>
</property>
<property name="text" >
<string>Use proxy for connections to web seeds</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkProxyDHT" > <widget class="QCheckBox" name="checkProxyDHT" >
<property name="geometry" > <property name="sizePolicy" >
<rect> <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<x>10</x> <horstretch>0</horstretch>
<y>80</y> <verstretch>0</verstretch>
<width>341</width> </sizepolicy>
<height>22</height>
</rect>
</property> </property>
<property name="text" > <property name="text" >
<string>Use proxy for DHT messages</string> <string>Use proxy for DHT messages</string>
@ -1133,6 +1117,24 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item>
<item>
<widget class="QCheckBox" name="checkProxyWebseeds" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>Use proxy for connections to web seeds</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget> </widget>
</item> </item>
</layout> </layout>