Add an option to allow the use of proxies only for torrents

Closes #2701.
This commit is contained in:
Gabriele
2015-08-03 14:27:47 +02:00
parent e728710430
commit 1c8abd5c3b
6 changed files with 62 additions and 27 deletions

View File

@@ -1374,6 +1374,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">