mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
- BUGFIX: Fixed proxy layout in program preferences
This commit is contained in:
2
TODO
2
TODO
@@ -52,7 +52,6 @@
|
|||||||
|
|
||||||
// TODO v1.0.0
|
// TODO v1.0.0
|
||||||
- Fix libcommoncpp proxy support
|
- Fix libcommoncpp proxy support
|
||||||
- Fix layout in preferences/Proxy
|
|
||||||
|
|
||||||
rc8->rc9 changelog:
|
rc8->rc9 changelog:
|
||||||
- FEATURE: Better media file preview (player detected automatically)
|
- FEATURE: Better media file preview (player detected automatically)
|
||||||
@@ -67,3 +66,4 @@ rc8->rc9 changelog:
|
|||||||
- BUGFIX: title bar is now reset when "Display speed in title" is disabled
|
- BUGFIX: title bar is now reset when "Display speed in title" is disabled
|
||||||
- BUGFIX: Fixed HTTP_PW and SOCKS5_PW in proxy combobox
|
- BUGFIX: Fixed HTTP_PW and SOCKS5_PW in proxy combobox
|
||||||
- BUGFIX: Fixed proxy auth disable problem when disabling proxy
|
- BUGFIX: Fixed proxy auth disable problem when disabling proxy
|
||||||
|
- BUGFIX: Fixed proxy layout in program preferences
|
||||||
|
|||||||
130
src/options.ui
130
src/options.ui
@@ -947,70 +947,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>
|
||||||
|
|||||||
Reference in New Issue
Block a user