Browse Source

- fixed proxy layout in preferences

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
8858518a14
  1. 66
      src/options.ui

66
src/options.ui

@ -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,38 +1101,40 @@
<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…
Cancel
Save