Merge pull request #3561 from pmzqla/proxy-torrent

Add an option to allow the use of proxies only for torrents
This commit is contained in:
sledgehammer999
2015-08-30 12:38:16 -05:00
6 changed files with 66 additions and 27 deletions

View File

@@ -1384,6 +1384,19 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="isProxyOnlyForTorrents">
<property name="text">
<string>Use proxy only for torrents</string>
</property>
<property name="toolTip">
<string>RSS feeds, search engine, software updates or anything else other than torrent transfers and related operations (such as peer exchanges) will use a direct connection</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="checkProxyAuth">
<property name="enabled">