2009-03-08 13:28:58 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
* Replace priority combo boxes by check boxes in Web UI as in Regular UI
* Prepare http server and preferences classes to add new settings to Web UI
* Tabified Program preferences in Web UI since there will be a lot of settings soon
* Started to add new settings to Web UI (PeX, LSD, Encryption, save path, temp path, scan dir, preallocateall, queueing, listen_port, upnp, nat-pmp, language, ip filter) -> Proxy is missing
* Added a command line parameter to change the web ui port
* Fix PeerGuardian .p2b binary filter support
2009-12-28 22:39:47 +03:00
|
|
|
<class>Preferences</class>
|
|
|
|
<widget class="QDialog" name="Preferences">
|
2009-03-08 13:28:58 +03:00
|
|
|
<property name="geometry">
|
2006-09-30 20:02:39 +04:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-08-29 02:55:08 +04:00
|
|
|
<width>779</width>
|
2010-06-22 21:59:26 +04:00
|
|
|
<height>591</height>
|
2006-09-30 20:02:39 +04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-03-08 13:28:58 +03:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
2009-03-08 13:28:58 +03:00
|
|
|
<property name="windowTitle">
|
2010-06-21 22:32:01 +04:00
|
|
|
<string>Options</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
2009-03-08 13:28:58 +03:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2006-09-30 20:02:39 +04:00
|
|
|
<item>
|
2010-03-13 17:10:26 +03:00
|
|
|
<widget class="QSplitter" name="hsplitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QListWidget" name="tabSelection">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2014-10-14 20:21:38 +04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>116</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoScroll">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
2011-02-06 17:27:34 +03:00
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
2010-03-13 17:10:26 +03:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="flow">
|
|
|
|
<enum>QListView::LeftToRight</enum>
|
|
|
|
</property>
|
|
|
|
<property name="isWrapping" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="resizeMode">
|
|
|
|
<enum>QListView::Adjust</enum>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
2011-02-06 17:27:34 +03:00
|
|
|
<number>4</number>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
<property name="gridSize">
|
|
|
|
<size>
|
2011-02-06 17:27:34 +03:00
|
|
|
<width>110</width>
|
2010-03-13 17:10:26 +03:00
|
|
|
<height>60</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="viewMode">
|
|
|
|
<enum>QListView::IconMode</enum>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="selectionRectVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="currentRow">
|
2012-05-17 19:40:16 +04:00
|
|
|
<number>0</number>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2011-02-06 17:27:34 +03:00
|
|
|
<string>Behavior</string>
|
2010-12-12 22:37:59 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="textAlignment">
|
|
|
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="flags">
|
|
|
|
<set>ItemIsSelectable|ItemIsEnabled</set>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Downloads</string>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="textAlignment">
|
|
|
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="flags">
|
|
|
|
<set>ItemIsSelectable|ItemIsEnabled</set>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Connection</string>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="textAlignment">
|
|
|
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="flags">
|
|
|
|
<set>ItemIsSelectable|ItemIsEnabled</set>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Speed</string>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2011-02-06 17:27:34 +03:00
|
|
|
<property name="textAlignment">
|
|
|
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
|
|
|
</property>
|
2011-09-21 22:01:28 +04:00
|
|
|
<property name="flags">
|
|
|
|
<set>ItemIsSelectable|ItemIsEnabled</set>
|
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-12-05 19:36:02 +03:00
|
|
|
<string>BitTorrent</string>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="textAlignment">
|
|
|
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="flags">
|
|
|
|
<set>ItemIsSelectable|ItemIsEnabled</set>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Web UI</string>
|
|
|
|
</property>
|
|
|
|
<property name="textAlignment">
|
|
|
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="flags">
|
|
|
|
<set>ItemIsSelectable|ItemIsEnabled</set>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Advanced</string>
|
|
|
|
</property>
|
2011-02-06 17:27:34 +03:00
|
|
|
<property name="textAlignment">
|
|
|
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
|
|
|
</property>
|
2011-09-21 22:01:28 +04:00
|
|
|
<property name="flags">
|
|
|
|
<set>ItemIsSelectable|ItemIsEnabled</set>
|
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStackedWidget" name="tabOption">
|
|
|
|
<property name="currentIndex">
|
2011-05-01 15:22:56 +04:00
|
|
|
<number>0</number>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tabOptionPage1">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_10">
|
|
|
|
<item>
|
|
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
2013-06-30 16:57:46 +04:00
|
|
|
<y>0</y>
|
2015-06-09 12:18:33 +03:00
|
|
|
<width>474</width>
|
|
|
|
<height>646</height>
|
2010-03-13 17:10:26 +03:00
|
|
|
</rect>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_9">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="UISettingsBox">
|
|
|
|
<property name="title">
|
2011-02-06 17:27:34 +03:00
|
|
|
<string>Language</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout">
|
2011-04-11 20:58:03 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
<property name="text">
|
|
|
|
<string>User Interface Language:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="comboI18n">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
<property name="modelColumn">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lbl_i18n_info_2">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<italic>true</italic>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>(Requires restart)</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2010-06-21 22:32:01 +04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
<property name="title">
|
2011-04-11 21:21:16 +04:00
|
|
|
<string>Transfer List</string>
|
2010-06-21 22:32:01 +04:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
2010-05-21 19:42:17 +04:00
|
|
|
<item>
|
2010-06-21 22:32:01 +04:00
|
|
|
<widget class="QCheckBox" name="checkAltRowColors">
|
2010-05-21 19:42:17 +04:00
|
|
|
<property name="text">
|
2010-06-21 22:32:01 +04:00
|
|
|
<string extracomment="In transfer list, one every two rows will have grey background.">Use alternating row colors</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
2010-05-21 19:42:17 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
<item>
|
2010-06-21 22:32:01 +04:00
|
|
|
<widget class="QGroupBox" name="groupBox_7">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="title">
|
2010-06-21 22:32:01 +04:00
|
|
|
<string>Action on double-click</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
2010-06-21 22:32:01 +04:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-04-11 21:21:16 +04:00
|
|
|
<layout class="QFormLayout" name="formLayout_3">
|
2010-06-21 22:32:01 +04:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="lblDlList_2">
|
2009-12-22 17:06:36 +03:00
|
|
|
<property name="text">
|
2010-06-21 22:32:01 +04:00
|
|
|
<string>Downloading torrents:</string>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-21 22:32:01 +04:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="actionTorrentDlOnDblClBox">
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="sizePolicy">
|
2010-06-21 22:32:01 +04:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
2010-03-13 17:10:26 +03:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-06-21 22:32:01 +04:00
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
2010-06-21 22:32:01 +04:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-12-05 20:27:42 +03:00
|
|
|
<string>Start / Stop Torrent</string>
|
2010-06-21 22:32:01 +04:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Open destination folder</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>No action</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="lblUploadList">
|
|
|
|
<property name="text">
|
|
|
|
<string>Completed torrents:</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
2010-01-31 16:09:46 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-21 22:32:01 +04:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="actionTorrentFnOnDblClBox">
|
2009-12-17 20:37:54 +03:00
|
|
|
<item>
|
2010-06-21 22:32:01 +04:00
|
|
|
<property name="text">
|
2010-12-05 20:27:42 +03:00
|
|
|
<string>Start / Stop Torrent</string>
|
2010-06-21 22:32:01 +04:00
|
|
|
</property>
|
2009-12-18 22:56:14 +03:00
|
|
|
</item>
|
2009-12-17 20:37:54 +03:00
|
|
|
<item>
|
2010-06-21 22:32:01 +04:00
|
|
|
<property name="text">
|
|
|
|
<string>Open destination folder</string>
|
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
|
|
|
<item>
|
2010-06-21 22:32:01 +04:00
|
|
|
<property name="text">
|
|
|
|
<string>No action</string>
|
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
2010-06-21 22:32:01 +04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="systrayBox">
|
|
|
|
<property name="title">
|
2010-06-21 23:20:58 +04:00
|
|
|
<string>Desktop</string>
|
2010-06-21 22:32:01 +04:00
|
|
|
</property>
|
2010-06-21 23:20:58 +04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_12">
|
2012-10-08 00:05:33 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkStartup">
|
|
|
|
<property name="text">
|
|
|
|
<string>Start qBittorrent on Windows start up</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-21 23:20:58 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkShowSplash">
|
2010-06-21 22:32:01 +04:00
|
|
|
<property name="text">
|
2010-06-21 23:20:58 +04:00
|
|
|
<string>Show splash screen on start up</string>
|
2010-06-21 22:32:01 +04:00
|
|
|
</property>
|
2010-06-22 01:39:29 +04:00
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-06-21 22:32:01 +04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-21 23:20:58 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkStartMinimized">
|
2010-06-21 22:32:01 +04:00
|
|
|
<property name="text">
|
2010-06-21 23:20:58 +04:00
|
|
|
<string>Start qBittorrent minimized</string>
|
2010-06-21 22:32:01 +04:00
|
|
|
</property>
|
2010-06-21 23:20:58 +04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-11 20:58:03 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkProgramExitConfirm">
|
|
|
|
<property name="text">
|
2015-06-03 08:25:36 +03:00
|
|
|
<string>Confirmation on exit when torrents are active</string>
|
2011-04-11 20:58:03 +04:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-21 23:20:58 +04:00
|
|
|
<item>
|
2011-04-11 20:56:33 +04:00
|
|
|
<widget class="QGroupBox" name="checkShowSystray">
|
|
|
|
<property name="title">
|
|
|
|
<string>Show qBittorrent in notification area</string>
|
2010-06-21 22:32:01 +04:00
|
|
|
</property>
|
2011-04-11 20:56:33 +04:00
|
|
|
<property name="checkable">
|
2010-06-22 01:39:29 +04:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-04-11 20:56:33 +04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_22">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkMinimizeToSysTray">
|
2011-03-27 12:34:51 +04:00
|
|
|
<property name="text">
|
2011-04-11 20:56:33 +04:00
|
|
|
<string>Minimize qBittorrent to notification area</string>
|
2011-03-27 12:34:51 +04:00
|
|
|
</property>
|
2011-04-11 20:56:33 +04:00
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
2011-03-27 12:34:51 +04:00
|
|
|
</property>
|
2011-04-11 20:56:33 +04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkCloseToSystray">
|
2011-03-27 12:34:51 +04:00
|
|
|
<property name="text">
|
2011-04-11 20:56:33 +04:00
|
|
|
<string comment="i.e: The systray tray icon will still be visible when closing the main window.">Close qBittorrent to notification area</string>
|
2011-03-27 12:34:51 +04:00
|
|
|
</property>
|
2011-04-11 20:56:33 +04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-04-11 21:21:16 +04:00
|
|
|
<layout class="QFormLayout" name="formLayout_4">
|
|
|
|
<item row="0" column="0">
|
2011-04-11 20:56:33 +04:00
|
|
|
<widget class="QLabel" name="label_trayIconStyle">
|
|
|
|
<property name="text">
|
|
|
|
<string>Tray icon style:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-11 21:21:16 +04:00
|
|
|
<item row="0" column="1">
|
2011-04-11 20:56:33 +04:00
|
|
|
<widget class="QComboBox" name="comboTrayIcon">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Normal</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Monochrome (Dark theme)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Monochrome (Light theme)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2012-09-22 15:00:58 +04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupFileAssociation">
|
|
|
|
<property name="title">
|
|
|
|
<string>File association</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_28">
|
2011-09-18 17:42:50 +04:00
|
|
|
<item>
|
2012-09-22 15:00:58 +04:00
|
|
|
<widget class="QCheckBox" name="checkAssociateTorrents">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use qBittorrent for .torrent files</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkAssociateMagnetLinks">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use qBittorrent for magnet links</string>
|
2011-09-18 17:42:50 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-11 20:56:33 +04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-03-27 12:34:51 +04:00
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-02-06 17:27:34 +03:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Power Management</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_16">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkPreventFromSuspend">
|
|
|
|
<property name="text">
|
|
|
|
<string>Inhibit system sleep when torrents are active</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-21 22:32:01 +04:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tabOptionPage2">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_13">
|
|
|
|
<item>
|
|
|
|
<widget class="QScrollArea" name="scrollArea_2">
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents_2">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
2012-09-22 15:00:58 +04:00
|
|
|
<y>0</y>
|
2015-06-09 12:18:33 +03:00
|
|
|
<width>487</width>
|
|
|
|
<height>1005</height>
|
2010-03-13 17:10:26 +03:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-06-22 00:29:51 +04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="torrentAdditionBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>When adding a torrent</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
<property name="bottomMargin">
|
2011-04-30 19:15:10 +04:00
|
|
|
<number>9</number>
|
2010-06-22 00:29:51 +04:00
|
|
|
</property>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="checkStartPaused">
|
|
|
|
<property name="text">
|
|
|
|
<string comment="The torrent will be added to download list in pause state">Do not start the download automatically</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-10-06 19:42:56 +04:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QGroupBox" name="checkAdditionDialog">
|
|
|
|
<property name="title">
|
|
|
|
<string>Display torrent content and some options</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_15">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="checkAdditionDialogFront">
|
|
|
|
<property name="text">
|
|
|
|
<string>Bring torrent dialog to the front</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-22 00:29:51 +04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="fileSystemBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
2011-04-11 21:21:16 +04:00
|
|
|
<string>Hard Disk</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_25">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
<property name="title">
|
2010-06-22 00:29:51 +04:00
|
|
|
<string>Save files to location:</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_26">
|
2010-06-22 00:29:51 +04:00
|
|
|
<property name="bottomMargin">
|
2011-04-30 19:15:10 +04:00
|
|
|
<number>9</number>
|
2010-06-22 00:29:51 +04:00
|
|
|
</property>
|
2009-12-17 20:37:54 +03:00
|
|
|
<item>
|
2010-03-13 17:10:26 +03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
2009-12-17 20:37:54 +03:00
|
|
|
<item>
|
2010-03-13 17:10:26 +03:00
|
|
|
<widget class="QLineEdit" name="textSavePath">
|
2010-06-22 00:29:51 +04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-12-17 20:37:54 +03:00
|
|
|
<property name="text">
|
2010-03-13 17:10:26 +03:00
|
|
|
<string/>
|
2009-12-17 20:37:54 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-12-18 22:56:14 +03:00
|
|
|
<item>
|
2010-03-13 17:10:26 +03:00
|
|
|
<widget class="QToolButton" name="browseSaveDirButton">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
2009-12-18 22:56:14 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="minimumSize">
|
2009-12-18 22:56:14 +03:00
|
|
|
<size>
|
2010-03-13 17:10:26 +03:00
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
2009-12-18 22:56:14 +03:00
|
|
|
</size>
|
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>25</width>
|
|
|
|
<height>27</height>
|
|
|
|
</size>
|
2009-12-17 20:37:54 +03:00
|
|
|
</property>
|
2010-12-12 22:37:59 +03:00
|
|
|
<property name="text">
|
|
|
|
<string notr="true">...</string>
|
2009-12-17 20:37:54 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-03-13 17:10:26 +03:00
|
|
|
<widget class="QCheckBox" name="checkAppendLabel">
|
|
|
|
<property name="text">
|
2010-06-22 00:29:51 +04:00
|
|
|
<string>Append the label of the torrent to the save path</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-06-22 00:29:51 +04:00
|
|
|
<widget class="QCheckBox" name="checkPreallocateAll">
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="text">
|
2010-06-22 00:29:51 +04:00
|
|
|
<string>Pre-allocate disk space for all files</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-06-22 00:29:51 +04:00
|
|
|
<widget class="QGroupBox" name="checkTempFolder">
|
|
|
|
<property name="title">
|
|
|
|
<string>Keep incomplete torrents in:</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<property name="bottomMargin">
|
2011-04-30 19:15:10 +04:00
|
|
|
<number>9</number>
|
2010-06-22 00:29:51 +04:00
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLineEdit" name="textTempPath"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QToolButton" name="browseTempDirButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>25</horstretch>
|
|
|
|
<verstretch>27</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>25</width>
|
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-12-12 22:37:59 +03:00
|
|
|
<property name="text">
|
|
|
|
<string notr="true">...</string>
|
2010-06-22 00:29:51 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkAppendqB">
|
|
|
|
<property name="text">
|
2011-05-02 20:06:26 +04:00
|
|
|
<string>Append .!qB extension to incomplete files</string>
|
2010-06-22 00:29:51 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
2010-06-22 00:29:51 +04:00
|
|
|
<string>Automatically add torrents from:</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_38">
|
2010-06-22 00:29:51 +04:00
|
|
|
<property name="bottomMargin">
|
2011-04-30 19:15:10 +04:00
|
|
|
<number>9</number>
|
2010-06-22 00:29:51 +04:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_16">
|
2009-12-18 22:56:14 +03:00
|
|
|
<item>
|
2010-03-13 17:10:26 +03:00
|
|
|
<widget class="QTableView" name="scanFoldersView">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>1</verstretch>
|
|
|
|
</sizepolicy>
|
2009-12-18 22:56:14 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="minimumSize">
|
2009-12-18 22:56:14 +03:00
|
|
|
<size>
|
2010-03-13 17:10:26 +03:00
|
|
|
<width>250</width>
|
2010-06-22 00:29:51 +04:00
|
|
|
<height>75</height>
|
2009-12-18 22:56:14 +03:00
|
|
|
</size>
|
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
2009-12-17 20:37:54 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
2009-12-17 20:37:54 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="showGrid">
|
|
|
|
<bool>false</bool>
|
2009-12-17 20:37:54 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
2009-12-17 20:37:54 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|
|
|
<number>80</number>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>true</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
2009-12-17 20:37:54 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-03-13 17:10:26 +03:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_37">
|
2009-12-17 20:37:54 +03:00
|
|
|
<item>
|
2010-03-13 17:10:26 +03:00
|
|
|
<widget class="QPushButton" name="addScanFolderButton">
|
2009-12-17 20:37:54 +03:00
|
|
|
<property name="text">
|
2010-06-22 00:29:51 +04:00
|
|
|
<string>Add folder...</string>
|
2009-12-17 20:37:54 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-03-13 17:10:26 +03:00
|
|
|
<widget class="QPushButton" name="removeScanFolderButton">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
2009-12-17 20:37:54 +03:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2010-03-13 17:10:26 +03:00
|
|
|
<string>Remove folder</string>
|
2009-12-17 20:37:54 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-03-13 17:10:26 +03:00
|
|
|
<spacer name="verticalSpacer_6">
|
2009-12-17 20:37:54 +03:00
|
|
|
<property name="orientation">
|
2010-03-13 17:10:26 +03:00
|
|
|
<enum>Qt::Vertical</enum>
|
2009-12-17 20:37:54 +03:00
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2010-03-13 17:10:26 +03:00
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
2009-12-17 20:37:54 +03:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2009-11-14 16:59:13 +03:00
|
|
|
</layout>
|
2009-03-08 13:28:58 +03:00
|
|
|
</item>
|
|
|
|
</layout>
|
2009-11-14 16:59:13 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
<item>
|
2010-06-22 00:29:51 +04:00
|
|
|
<widget class="QGroupBox" name="checkExportDir">
|
2010-12-05 20:46:03 +03:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-06-22 00:29:51 +04:00
|
|
|
<property name="title">
|
2010-03-13 17:10:26 +03:00
|
|
|
<string>Copy .torrent files to:</string>
|
|
|
|
</property>
|
2010-06-22 00:29:51 +04:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
2010-06-22 00:29:51 +04:00
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
2010-06-22 00:29:51 +04:00
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
|
<property name="bottomMargin">
|
2011-04-30 19:15:10 +04:00
|
|
|
<number>9</number>
|
2010-06-22 00:29:51 +04:00
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLineEdit" name="textExportDir"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QToolButton" name="browseExportDirButton">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>25</width>
|
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-12-12 22:37:59 +03:00
|
|
|
<property name="text">
|
|
|
|
<string notr="true">...</string>
|
2010-06-22 00:29:51 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-03-13 17:10:26 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-21 11:16:49 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="checkExportDirFin">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Copy .torrent files for finished downloads to:</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_13">
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLineEdit" name="textExportDirFin"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QToolButton" name="browseExportDirFinButton">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>25</width>
|
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-11-14 16:59:13 +03:00
|
|
|
</layout>
|
2010-03-13 17:10:26 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-06-22 00:29:51 +04:00
|
|
|
<spacer name="verticalSpacer_5">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
2010-08-19 22:47:57 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupMailNotification">
|
|
|
|
<property name="title">
|
|
|
|
<string>Email notification upon download completion</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-12-05 20:46:03 +03:00
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2011-04-09 21:39:51 +04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_21">
|
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Destination email:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="dest_email_txt"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>SMTP server:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="smtp_server_txt"/>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QGroupBox" name="groupMailNotifAuth">
|
|
|
|
<property name="title">
|
|
|
|
<string>Authentication</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
<property name="text">
|
|
|
|
<string>Username:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="mailNotifUsername"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
<property name="text">
|
|
|
|
<string>Password:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="mailNotifPassword">
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QCheckBox" name="checkSmtpSSL">
|
|
|
|
<property name="text">
|
|
|
|
<string>This server requires a secure connection (SSL)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-08-19 22:47:57 +04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-08-20 17:20:23 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="autoRunBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Run an external program on torrent completion</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-12-05 20:46:03 +03:00
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-08-20 17:20:23 +04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_19">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="autoRun_txt"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
2011-03-18 21:28:19 +03:00
|
|
|
<string>The following parameters are supported:
|
|
|
|
<ul>
|
|
|
|
<li>%f: Torrent path</li>
|
|
|
|
<li>%n: Torrent name</li>
|
|
|
|
</ul></string>
|
|
|
|
</property>
|
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::RichText</enum>
|
2010-08-20 17:20:23 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
</layout>
|
2010-01-23 23:44:09 +03:00
|
|
|
</widget>
|
2010-03-13 17:10:26 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tabOptionPage3">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QScrollArea" name="scrollArea_3">
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents_3">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
2011-08-09 20:01:08 +04:00
|
|
|
<y>0</y>
|
2015-06-09 12:18:33 +03:00
|
|
|
<width>474</width>
|
|
|
|
<height>640</height>
|
2010-03-13 17:10:26 +03:00
|
|
|
</rect>
|
2010-01-23 23:44:09 +03:00
|
|
|
</property>
|
2010-11-18 23:05:56 +03:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_20">
|
2010-03-13 17:10:26 +03:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="ListeningPortBox">
|
|
|
|
<property name="title">
|
2011-04-11 21:21:16 +04:00
|
|
|
<string>Listening Port</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lbl_ports">
|
2010-01-23 23:44:09 +03:00
|
|
|
<property name="text">
|
2010-03-13 17:10:26 +03:00
|
|
|
<string>Port used for incoming connections:</string>
|
2010-01-23 23:44:09 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="spinPort">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
2010-01-23 23:44:09 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="maximum">
|
|
|
|
<number>65535</number>
|
2010-01-23 23:44:09 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="value">
|
2015-06-01 18:07:03 +03:00
|
|
|
<number>8999</number>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="randomButton">
|
2009-11-14 16:59:13 +03:00
|
|
|
<property name="text">
|
2010-03-13 17:10:26 +03:00
|
|
|
<string>Random</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkUPnP">
|
|
|
|
<property name="text">
|
2010-12-05 19:29:18 +03:00
|
|
|
<string>Use UPnP / NAT-PMP port forwarding from my router</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-09-16 02:28:58 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkRandomPort">
|
|
|
|
<property name="text">
|
2013-06-30 16:57:46 +04:00
|
|
|
<string>Use different port on each startup</string>
|
2012-09-16 02:28:58 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="nbConnecBox">
|
|
|
|
<property name="title">
|
2011-04-11 21:21:16 +04:00
|
|
|
<string>Connections Limits</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
2011-04-11 21:21:16 +04:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="checkMaxConnecs">
|
|
|
|
<property name="text">
|
|
|
|
<string>Global maximum number of connections:</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
2011-04-11 21:21:16 +04:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="spinMaxConnec">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>2000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>500</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
2013-07-22 02:20:48 +04:00
|
|
|
<item row="2" column="0">
|
2011-04-11 21:21:16 +04:00
|
|
|
<widget class="QCheckBox" name="checkMaxConnecsPerTorrent">
|
|
|
|
<property name="text">
|
|
|
|
<string>Maximum number of connections per torrent:</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-07-22 02:20:48 +04:00
|
|
|
<item row="2" column="1">
|
2011-04-11 21:21:16 +04:00
|
|
|
<widget class="QSpinBox" name="spinMaxConnecPerTorrent">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>2000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-07-22 02:20:48 +04:00
|
|
|
<item row="4" column="0">
|
2011-04-11 21:21:16 +04:00
|
|
|
<widget class="QCheckBox" name="checkMaxUploadsPerTorrent">
|
|
|
|
<property name="text">
|
|
|
|
<string>Maximum number of upload slots per torrent:</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
2015-06-01 18:07:03 +03:00
|
|
|
<bool>false</bool>
|
2011-04-11 21:21:16 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-07-22 02:20:48 +04:00
|
|
|
<item row="4" column="1">
|
2011-04-11 21:21:16 +04:00
|
|
|
<widget class="QSpinBox" name="spinMaxUploadsPerTorrent">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>500</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2013-07-22 02:20:48 +04:00
|
|
|
<item row="2" column="2">
|
2011-04-11 21:21:16 +04:00
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2013-07-22 02:20:48 +04:00
|
|
|
<item row="4" column="2">
|
2011-04-11 21:21:16 +04:00
|
|
|
<spacer name="horizontalSpacer_6">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
2013-07-22 02:20:48 +04:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QCheckBox" name="checkMaxUploads">
|
|
|
|
<property name="text">
|
|
|
|
<string>Global maximum number of upload slots:</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
2015-06-01 18:07:03 +03:00
|
|
|
<bool>false</bool>
|
2013-07-22 02:20:48 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QSpinBox" name="spinMaxUploads">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>2000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<spacer name="horizontalSpacer_15">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-18 23:05:56 +03:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupProxy">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
2011-04-11 21:21:16 +04:00
|
|
|
<string>Proxy Server</string>
|
2010-11-18 23:05:56 +03:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_29">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="ProxyType_lbl">
|
|
|
|
<property name="text">
|
|
|
|
<string>Type:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="comboProxyType">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>(None)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>SOCKS4</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>SOCKS5</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>HTTP</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lblProxyIP">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Host:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="textProxyIP">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="maxLength">
|
|
|
|
<number>75</number>
|
|
|
|
</property>
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Normal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lblProxyPort">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Port:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="spinProxyPort">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>65535</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>8080</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2011-05-01 15:22:17 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkProxyPeerConnecs">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Otherwise, the proxy server is only used for tracker connections</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Use proxy for peer connections</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-08-26 01:32:10 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkForceProxy">
|
|
|
|
<property name="text">
|
|
|
|
<string>Disable connections not supported by proxies</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-18 23:05:56 +03:00
|
|
|
<item>
|
2011-04-11 21:02:45 +04:00
|
|
|
<widget class="QGroupBox" name="checkProxyAuth">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Authentication</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_24">
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_12">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="lblProxyUsername">
|
|
|
|
<property name="text">
|
|
|
|
<string>Username:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="textProxyUsername">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="maxLength">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Normal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="lblProxyPassword">
|
|
|
|
<property name="text">
|
|
|
|
<string>Password:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="textProxyPassword">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="maxLength">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2014-12-06 22:05:34 +03:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_23">
|
|
|
|
<property name="text">
|
|
|
|
<string>Info: The password is saved unencrypted</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-11 21:02:45 +04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-11-18 23:05:56 +03:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-22 01:27:59 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="checkIPFilter">
|
|
|
|
<property name="title">
|
|
|
|
<string>IP Filtering</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_14">
|
2015-06-09 12:18:33 +03:00
|
|
|
<item row="1" column="0">
|
2010-06-22 01:27:59 +04:00
|
|
|
<widget class="QLabel" name="lblFilterPath">
|
|
|
|
<property name="text">
|
|
|
|
<string>Filter path (.dat, .p2p, .p2b):</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-06-09 12:18:33 +03:00
|
|
|
<item row="1" column="1">
|
2010-06-22 01:27:59 +04:00
|
|
|
<widget class="QLineEdit" name="textFilterPath"/>
|
|
|
|
</item>
|
2015-06-09 12:18:33 +03:00
|
|
|
<item row="1" column="2">
|
2010-06-22 01:27:59 +04:00
|
|
|
<widget class="QToolButton" name="browseFilterButton">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2010-12-25 17:47:52 +03:00
|
|
|
<width>28</width>
|
|
|
|
<height>27</height>
|
2010-06-22 01:27:59 +04:00
|
|
|
</size>
|
|
|
|
</property>
|
2010-12-12 22:37:59 +03:00
|
|
|
<property name="text">
|
|
|
|
<string notr="true">...</string>
|
2010-06-22 01:27:59 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-06-09 12:18:33 +03:00
|
|
|
<item row="1" column="3">
|
2010-12-25 17:47:52 +03:00
|
|
|
<widget class="QToolButton" name="IpFilterRefreshBtn">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>28</width>
|
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Reload the filter</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-06-09 12:18:33 +03:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="checkIpFilterTrackers">
|
|
|
|
<property name="text">
|
|
|
|
<string>Apply to trackers</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-22 01:27:59 +04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="page_2">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_34">
|
|
|
|
<item>
|
|
|
|
<widget class="QScrollArea" name="scrollArea_9">
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents_9">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
2012-04-15 22:26:37 +04:00
|
|
|
<y>0</y>
|
2015-06-09 12:18:33 +03:00
|
|
|
<width>474</width>
|
|
|
|
<height>438</height>
|
2010-03-13 17:10:26 +03:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_33">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="bandwidthBox">
|
|
|
|
<property name="title">
|
2011-04-17 18:42:38 +04:00
|
|
|
<string>Global Rate Limits</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
2010-06-22 01:06:11 +04:00
|
|
|
<layout class="QGridLayout" name="gridLayout_7">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
2015-01-18 15:13:06 +03:00
|
|
|
<pixmap resource="../icons.qrc">:/icons/slow_off.png</pixmap>
|
2010-06-22 01:06:11 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_6">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="checkUploadLimit">
|
2010-04-07 12:02:42 +04:00
|
|
|
<property name="text">
|
2010-06-22 01:06:11 +04:00
|
|
|
<string>Upload:</string>
|
2010-04-07 12:02:42 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-22 01:06:11 +04:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="spinUploadLimit">
|
|
|
|
<property name="enabled">
|
2015-06-28 19:21:47 +03:00
|
|
|
<bool>false</bool>
|
2010-06-22 01:06:11 +04:00
|
|
|
</property>
|
|
|
|
<property name="suffix">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
2015-06-28 19:21:47 +03:00
|
|
|
<number>100</number>
|
2010-06-22 01:06:11 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
2010-06-22 01:06:11 +04:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
<property name="text">
|
|
|
|
<string>KiB/s</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
2010-06-22 01:06:11 +04:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="checkDownloadLimit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Download:</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
2010-06-22 01:06:11 +04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QSpinBox" name="spinDownloadLimit">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
2010-06-22 01:06:11 +04:00
|
|
|
<property name="suffix">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLabel" name="label_13">
|
|
|
|
<property name="text">
|
|
|
|
<string>KiB/s</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2010-06-22 01:06:11 +04:00
|
|
|
<item row="0" column="2">
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-04-17 18:42:38 +04:00
|
|
|
<item row="1" column="1" colspan="2">
|
|
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
|
|
<property name="title">
|
|
|
|
<string>Options</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_27">
|
|
|
|
<item>
|
2011-04-17 22:11:03 +04:00
|
|
|
<widget class="QCheckBox" name="checkuTP">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable bandwidth management (uTP)</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2011-04-17 18:42:38 +04:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkLimituTPConnections">
|
|
|
|
<property name="text">
|
|
|
|
<string>Apply rate limit to uTP connections</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkLimitTransportOverhead">
|
|
|
|
<property name="text">
|
|
|
|
<string>Apply rate limit to transport overhead</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_6">
|
|
|
|
<property name="title">
|
2011-04-17 18:42:38 +04:00
|
|
|
<string>Alternative Global Rate Limits</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
2010-06-22 01:06:11 +04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_11">
|
2010-03-13 17:10:26 +03:00
|
|
|
<item>
|
2010-06-22 01:06:11 +04:00
|
|
|
<layout class="QGridLayout" name="gridLayout_9">
|
|
|
|
<item row="0" column="0">
|
2010-04-07 12:02:42 +04:00
|
|
|
<widget class="QLabel" name="label_16">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>48</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>48</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
2015-01-18 15:13:06 +03:00
|
|
|
<pixmap resource="../icons.qrc">:/icons/slow.png</pixmap>
|
2010-04-07 12:02:42 +04:00
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-22 01:06:11 +04:00
|
|
|
<item row="0" column="1">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_8">
|
|
|
|
<item row="0" column="1">
|
2010-03-13 17:10:26 +03:00
|
|
|
<widget class="QSpinBox" name="spinUploadLimitAlt">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-22 01:06:11 +04:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="label_14">
|
|
|
|
<property name="text">
|
|
|
|
<string>KiB/s</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2010-03-13 17:10:26 +03:00
|
|
|
<widget class="QSpinBox" name="spinDownloadLimitAlt">
|
2015-05-13 08:59:16 +03:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
2009-11-14 16:59:13 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="maximum">
|
|
|
|
<number>1000000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-22 01:06:11 +04:00
|
|
|
<item row="1" column="2">
|
2010-03-13 17:10:26 +03:00
|
|
|
<widget class="QLabel" name="label_15">
|
2010-01-07 23:35:12 +03:00
|
|
|
<property name="text">
|
2010-03-13 17:10:26 +03:00
|
|
|
<string>KiB/s</string>
|
2010-01-07 23:35:12 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-13 08:59:16 +03:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="checkUploadLimitAlt">
|
|
|
|
<property name="text">
|
|
|
|
<string>Upload:</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="checkDownloadLimitAlt">
|
|
|
|
<property name="text">
|
|
|
|
<string>Download:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
</layout>
|
|
|
|
</item>
|
2010-06-22 01:06:11 +04:00
|
|
|
<item row="0" column="2">
|
2010-03-13 17:10:26 +03:00
|
|
|
<spacer name="horizontalSpacer_8">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2010-06-22 01:06:11 +04:00
|
|
|
<width>222</width>
|
|
|
|
<height>59</height>
|
2010-03-13 17:10:26 +03:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-06-22 01:06:11 +04:00
|
|
|
<widget class="QGroupBox" name="check_schedule">
|
|
|
|
<property name="title">
|
2011-04-17 18:42:38 +04:00
|
|
|
<string>Schedule the use of alternative rate limits</string>
|
2010-06-22 01:06:11 +04:00
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_13">
|
2010-07-05 22:58:12 +04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
2010-06-22 01:06:11 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
|
|
|
<string extracomment="from (time1 to time2)">from</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTimeEdit" name="schedule_from">
|
2013-09-14 13:54:22 +04:00
|
|
|
<property name="wrapping">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-06-22 01:06:11 +04:00
|
|
|
<property name="time">
|
|
|
|
<time>
|
|
|
|
<hour>8</hour>
|
|
|
|
<minute>0</minute>
|
|
|
|
<second>0</second>
|
|
|
|
</time>
|
|
|
|
</property>
|
2015-06-09 12:18:33 +03:00
|
|
|
<property name="displayFormat">
|
|
|
|
<string notr="true">hh:mm</string>
|
|
|
|
</property>
|
|
|
|
<property name="calendarPopup">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-06-22 01:06:11 +04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_17">
|
|
|
|
<property name="text">
|
|
|
|
<string extracomment="time1 to time2">to</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTimeEdit" name="schedule_to">
|
2013-09-14 13:54:22 +04:00
|
|
|
<property name="wrapping">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-06-22 01:06:11 +04:00
|
|
|
<property name="time">
|
|
|
|
<time>
|
|
|
|
<hour>20</hour>
|
|
|
|
<minute>0</minute>
|
|
|
|
<second>0</second>
|
|
|
|
</time>
|
|
|
|
</property>
|
2015-06-09 12:18:33 +03:00
|
|
|
<property name="displayFormat">
|
|
|
|
<string notr="true">hh:mm</string>
|
|
|
|
</property>
|
2010-06-22 01:06:11 +04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_9">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_14">
|
2010-07-05 22:58:12 +04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
2010-06-22 01:06:11 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_18">
|
|
|
|
<property name="text">
|
|
|
|
<string>When:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="schedule_days">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Every day</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Week days</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Week ends</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_10">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
2010-06-22 01:06:11 +04:00
|
|
|
<height>40</height>
|
2010-03-13 17:10:26 +03:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tabOptionPage4">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_15">
|
|
|
|
<item>
|
|
|
|
<widget class="QScrollArea" name="scrollArea_4">
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents_4">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
2011-09-20 21:15:47 +04:00
|
|
|
<y>0</y>
|
2015-06-09 12:18:33 +03:00
|
|
|
<width>556</width>
|
|
|
|
<height>418</height>
|
2010-03-13 17:10:26 +03:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-06-22 21:06:11 +04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
2010-03-13 17:10:26 +03:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="AddBTFeaturesBox">
|
|
|
|
<property name="title">
|
2010-12-05 20:27:42 +03:00
|
|
|
<string>Privacy</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_14">
|
|
|
|
<item>
|
2014-07-16 01:01:56 +04:00
|
|
|
<widget class="QCheckBox" name="checkDHT">
|
|
|
|
<property name="text">
|
2010-12-05 19:36:02 +03:00
|
|
|
<string>Enable DHT (decentralized network) to find more peers</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
2014-07-16 01:01:56 +04:00
|
|
|
<property name="checked">
|
2010-03-13 17:10:26 +03:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkPeX">
|
2010-06-22 01:06:11 +04:00
|
|
|
<property name="toolTip">
|
2010-06-27 22:39:27 +04:00
|
|
|
<string>Exchange peers with compatible Bittorrent clients (µTorrent, Vuze, ...)</string>
|
2010-06-22 01:06:11 +04:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="text">
|
2010-12-05 19:36:02 +03:00
|
|
|
<string>Enable Peer Exchange (PeX) to find more peers</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkLSD">
|
2010-06-22 01:06:11 +04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Look for peers on your local network</string>
|
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="text">
|
2010-12-05 19:36:02 +03:00
|
|
|
<string>Enable Local Peer Discovery to find more peers</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lbl_encryption">
|
|
|
|
<property name="text">
|
2010-12-05 20:27:42 +03:00
|
|
|
<string>Encryption mode:</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="comboEncryption">
|
|
|
|
<item>
|
2009-11-14 16:59:13 +03:00
|
|
|
<property name="text">
|
2010-12-05 20:27:42 +03:00
|
|
|
<string>Prefer encryption</string>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
|
|
|
<item>
|
2009-03-08 13:28:58 +03:00
|
|
|
<property name="text">
|
2010-12-05 20:27:42 +03:00
|
|
|
<string>Require encryption</string>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
|
|
|
<item>
|
2009-03-08 13:28:58 +03:00
|
|
|
<property name="text">
|
2010-12-05 20:27:42 +03:00
|
|
|
<string>Disable encryption</string>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2011-09-20 21:15:47 +04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkAnonymousMode">
|
2014-08-26 01:32:10 +04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Enable when using a proxy or a VPN connection</string>
|
|
|
|
</property>
|
2011-09-20 21:15:47 +04:00
|
|
|
<property name="text">
|
|
|
|
<string>Enable anonymous mode</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-09-25 13:05:33 +04:00
|
|
|
<widget class="QLabel" name="label_anonymous">
|
2011-09-20 21:15:47 +04:00
|
|
|
<property name="text">
|
2012-08-14 21:57:40 +04:00
|
|
|
<string> (<a href="http://github.com/qbittorrent/qBittorrent/wiki/Anonymous-Mode">More information</a>)</string>
|
2011-09-20 21:15:47 +04:00
|
|
|
</property>
|
2012-12-27 16:54:11 +04:00
|
|
|
<property name="openExternalLinks">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-09-20 21:15:47 +04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_14">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-22 21:06:11 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="checkEnableQueueing">
|
|
|
|
<property name="title">
|
2011-04-11 21:21:16 +04:00
|
|
|
<string>Torrent Queueing</string>
|
2010-06-22 21:06:11 +04:00
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<property name="bottomMargin">
|
2011-04-30 19:15:10 +04:00
|
|
|
<number>9</number>
|
2010-06-22 21:06:11 +04:00
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_max_active_dl">
|
|
|
|
<property name="text">
|
|
|
|
<string>Maximum active downloads:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="spinMaxActiveDownloads">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>999</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_max_active_up">
|
|
|
|
<property name="text">
|
|
|
|
<string>Maximum active uploads:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QSpinBox" name="spinMaxActiveUploads">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>999</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="maxActiveTorrents_lbl">
|
|
|
|
<property name="text">
|
|
|
|
<string>Maximum active torrents:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QSpinBox" name="spinMaxActiveTorrents">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>999</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-04-11 21:21:16 +04:00
|
|
|
<item row="0" column="2">
|
|
|
|
<spacer name="horizontalSpacer_7">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<spacer name="horizontalSpacer_11">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-09-18 20:34:29 +04:00
|
|
|
<item row="3" column="0" colspan="3">
|
|
|
|
<widget class="QCheckBox" name="checkIgnoreSlowTorrentsForQueueing">
|
|
|
|
<property name="text">
|
|
|
|
<string>Do not count slow torrents in these limits</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-22 21:06:11 +04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="ratioBox">
|
|
|
|
<property name="title">
|
2011-04-11 21:21:16 +04:00
|
|
|
<string>Share Ratio Limiting</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout">
|
2010-06-22 21:06:11 +04:00
|
|
|
<property name="bottomMargin">
|
2011-04-30 19:15:10 +04:00
|
|
|
<number>9</number>
|
2010-06-22 21:06:11 +04:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<item>
|
2010-06-22 21:06:11 +04:00
|
|
|
<widget class="QCheckBox" name="checkMaxRatio">
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="text">
|
2010-06-22 21:06:11 +04:00
|
|
|
<string>Seed torrents until their ratio reaches</string>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDoubleSpinBox" name="spinMaxRatio">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
2010-07-14 11:58:35 +04:00
|
|
|
<double>0.000000000000000</double>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2014-01-23 02:25:09 +04:00
|
|
|
<double>9998.000000000000000</double>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
2010-07-14 11:58:35 +04:00
|
|
|
<double>0.050000000000000</double>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<double>1.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-22 21:06:11 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>then</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="comboRatioLimitAct">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Pause them</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove them</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_8">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-03-08 13:28:58 +03:00
|
|
|
</widget>
|
2010-03-13 17:10:26 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-11-18 23:05:56 +03:00
|
|
|
<widget class="QWidget" name="tabOptionPage7">
|
2010-03-13 17:10:26 +03:00
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<item>
|
2010-11-18 23:05:56 +03:00
|
|
|
<widget class="QScrollArea" name="scrollArea_7">
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-11-18 23:05:56 +03:00
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents_7">
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
2011-05-01 15:22:17 +04:00
|
|
|
<y>0</y>
|
2015-06-09 12:18:33 +03:00
|
|
|
<width>474</width>
|
|
|
|
<height>537</height>
|
2010-03-13 17:10:26 +03:00
|
|
|
</rect>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2010-11-18 23:05:56 +03:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_23">
|
2010-03-13 17:10:26 +03:00
|
|
|
<item>
|
2010-11-18 23:05:56 +03:00
|
|
|
<widget class="QGroupBox" name="checkWebUi">
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="title">
|
2010-11-18 23:05:56 +03:00
|
|
|
<string>Enable Web User Interface (Remote control)</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
2010-11-18 23:05:56 +03:00
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2010-03-13 17:10:26 +03:00
|
|
|
<item>
|
2011-04-12 23:50:05 +04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lblWebUiPort">
|
|
|
|
<property name="text">
|
|
|
|
<string>Port:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="spinWebUiPort">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>65535</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>8080</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>21</width>
|
|
|
|
<height>29</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkWebUIUPnP">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use UPnP / NAT-PMP to forward the port from my router</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
2010-03-13 17:10:26 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-06-05 20:08:30 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="checkWebUiHttps">
|
|
|
|
<property name="title">
|
|
|
|
<string>Use HTTPS instead of HTTP</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_11">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="lblSslCertStatus">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="lblWebUiCrt">
|
|
|
|
<property name="text">
|
|
|
|
<string>Certificate:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnWebUiCrt">
|
|
|
|
<property name="text">
|
|
|
|
<string>Import SSL Certificate</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_12">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>138</width>
|
|
|
|
<height>28</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="lblSslKeyStatus">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="lblWebUiKey">
|
|
|
|
<property name="text">
|
|
|
|
<string>Key:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnWebUiKey">
|
|
|
|
<property name="text">
|
|
|
|
<string>Import SSL Key</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_13">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="3">
|
|
|
|
<widget class="QLabel" name="lblWebUIInfo">
|
|
|
|
<property name="text">
|
2012-09-23 13:22:18 +04:00
|
|
|
<string><a href=http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#aboutcerts>Information about certificates</a></string>
|
2011-06-05 20:08:30 +04:00
|
|
|
</property>
|
|
|
|
<property name="openExternalLinks">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
<item>
|
2010-06-22 01:27:59 +04:00
|
|
|
<widget class="QGroupBox" name="groupWebUiAuth">
|
|
|
|
<property name="title">
|
|
|
|
<string>Authentication</string>
|
|
|
|
</property>
|
2011-02-27 12:34:42 +03:00
|
|
|
<layout class="QGridLayout" name="gridLayout_10">
|
|
|
|
<item row="0" column="1" rowspan="3">
|
|
|
|
<widget class="QLineEdit" name="textWebUiUsername">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="maxLength">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Normal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-06-22 01:27:59 +04:00
|
|
|
</item>
|
2011-02-27 12:34:42 +03:00
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLineEdit" name="textWebUiPassword">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="maxLength">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-06-22 01:27:59 +04:00
|
|
|
</item>
|
2011-02-27 12:34:42 +03:00
|
|
|
<item row="4" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="checkBypassLocalAuth">
|
|
|
|
<property name="text">
|
|
|
|
<string>Bypass authentication for localhost</string>
|
2010-06-22 01:27:59 +04:00
|
|
|
</property>
|
2011-02-27 12:34:42 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" rowspan="3">
|
|
|
|
<widget class="QLabel" name="lblWebUiUsername">
|
|
|
|
<property name="text">
|
|
|
|
<string>Username:</string>
|
2010-06-22 01:27:59 +04:00
|
|
|
</property>
|
2011-02-27 12:34:42 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="lblWebUiPassword">
|
|
|
|
<property name="text">
|
|
|
|
<string>Password:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-06-22 01:27:59 +04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-03-13 17:10:26 +03:00
|
|
|
</item>
|
2011-04-15 17:02:39 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="checkDynDNS">
|
|
|
|
<property name="title">
|
|
|
|
<string>Update my dynamic domain name</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout_5">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_19">
|
|
|
|
<property name="text">
|
|
|
|
<string>Service:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="comboDNSService">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2011-04-18 20:58:13 +04:00
|
|
|
<string notr="true">DynDNS</string>
|
2011-04-15 17:02:39 +04:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2011-04-18 20:58:13 +04:00
|
|
|
<string notr="true">No-IP</string>
|
2011-04-15 17:02:39 +04:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="registerDNSBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>Register</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_20">
|
|
|
|
<property name="text">
|
|
|
|
<string>Domain name:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="domainNameTxt">
|
|
|
|
<property name="text">
|
2011-04-18 20:58:13 +04:00
|
|
|
<string notr="true">changeme.dyndns.org</string>
|
2011-04-15 17:02:39 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_21">
|
|
|
|
<property name="text">
|
|
|
|
<string>Username:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="DNSUsernameTxt">
|
|
|
|
<property name="maxLength">
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_22">
|
|
|
|
<property name="text">
|
|
|
|
<string>Password:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLineEdit" name="DNSPasswordTxt">
|
|
|
|
<property name="maxLength">
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-13 17:10:26 +03:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-04-15 17:02:39 +04:00
|
|
|
<spacer name="verticalSpacer">
|
2010-03-13 17:10:26 +03:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
2010-06-22 01:27:59 +04:00
|
|
|
<height>40</height>
|
2010-03-13 17:10:26 +03:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="page_3">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_35">
|
|
|
|
<item>
|
|
|
|
<widget class="QScrollArea" name="scrollArea_advanced">
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents_10">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2015-06-09 12:18:33 +03:00
|
|
|
<width>487</width>
|
|
|
|
<height>342</height>
|
2010-03-13 17:10:26 +03:00
|
|
|
</rect>
|
2010-01-31 18:11:15 +03:00
|
|
|
</property>
|
2010-03-13 17:10:26 +03:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_36"/>
|
2010-01-31 18:11:15 +03:00
|
|
|
</widget>
|
2010-03-13 17:10:26 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-03-08 13:28:58 +03:00
|
|
|
</widget>
|
2010-03-13 17:10:26 +03:00
|
|
|
</widget>
|
|
|
|
</widget>
|
2006-09-30 20:02:39 +04:00
|
|
|
</item>
|
|
|
|
<item>
|
2009-12-17 20:37:54 +03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2006-09-30 20:02:39 +04:00
|
|
|
<item>
|
2009-03-08 13:28:58 +03:00
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
2006-09-30 20:02:39 +04:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-03-08 13:28:58 +03:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>208</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
2009-03-08 13:28:58 +03:00
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-12-17 20:37:54 +03:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
2009-12-17 20:37:54 +03:00
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
2009-03-08 13:28:58 +03:00
|
|
|
</property>
|
2009-12-17 20:37:54 +03:00
|
|
|
<property name="centerButtons">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-09-30 20:02:39 +04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2008-05-16 11:10:50 +04:00
|
|
|
<tabstops>
|
2008-05-18 12:40:39 +04:00
|
|
|
<tabstop>tabOption</tabstop>
|
2008-05-16 11:10:50 +04:00
|
|
|
<tabstop>comboI18n</tabstop>
|
|
|
|
<tabstop>textSavePath</tabstop>
|
|
|
|
<tabstop>browseSaveDirButton</tabstop>
|
|
|
|
<tabstop>checkStartPaused</tabstop>
|
2009-08-25 13:19:02 +04:00
|
|
|
<tabstop>spinPort</tabstop>
|
2008-05-16 11:10:50 +04:00
|
|
|
<tabstop>checkUPnP</tabstop>
|
|
|
|
<tabstop>checkLSD</tabstop>
|
|
|
|
<tabstop>comboEncryption</tabstop>
|
2010-06-22 21:06:11 +04:00
|
|
|
<tabstop>checkMaxRatio</tabstop>
|
2008-05-16 11:10:50 +04:00
|
|
|
<tabstop>spinMaxRatio</tabstop>
|
|
|
|
<tabstop>spinWebUiPort</tabstop>
|
|
|
|
<tabstop>textWebUiUsername</tabstop>
|
|
|
|
<tabstop>textWebUiPassword</tabstop>
|
|
|
|
</tabstops>
|
2007-09-08 21:07:29 +04:00
|
|
|
<resources>
|
2009-12-17 20:37:54 +03:00
|
|
|
<include location="../icons.qrc"/>
|
2007-09-08 21:07:29 +04:00
|
|
|
</resources>
|
2011-04-09 21:39:51 +04:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>checkUploadLimit</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>spinUploadLimit</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>367</x>
|
|
|
|
<y>61</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>448</x>
|
|
|
|
<y>62</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>checkDownloadLimit</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>spinDownloadLimit</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>377</x>
|
|
|
|
<y>81</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>430</x>
|
|
|
|
<y>87</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2011-04-11 20:56:33 +04:00
|
|
|
<connection>
|
|
|
|
<sender>checkMaxConnecs</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>spinMaxConnec</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2015-05-13 08:59:16 +03:00
|
|
|
<x>544</x>
|
|
|
|
<y>172</y>
|
2011-04-11 20:56:33 +04:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-05-13 08:59:16 +03:00
|
|
|
<x>603</x>
|
|
|
|
<y>171</y>
|
2011-04-11 20:56:33 +04:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>checkMaxConnecsPerTorrent</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>spinMaxConnecPerTorrent</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2015-05-13 08:59:16 +03:00
|
|
|
<x>544</x>
|
|
|
|
<y>198</y>
|
2011-04-11 20:56:33 +04:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-05-13 08:59:16 +03:00
|
|
|
<x>603</x>
|
|
|
|
<y>197</y>
|
2011-04-11 20:56:33 +04:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>checkMaxUploadsPerTorrent</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>spinMaxUploadsPerTorrent</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2015-05-13 08:59:16 +03:00
|
|
|
<x>544</x>
|
|
|
|
<y>250</y>
|
2011-04-11 20:56:33 +04:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-05-13 08:59:16 +03:00
|
|
|
<x>603</x>
|
|
|
|
<y>249</y>
|
2011-04-11 20:56:33 +04:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>checkMaxRatio</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>spinMaxRatio</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2015-05-13 08:59:16 +03:00
|
|
|
<x>509</x>
|
|
|
|
<y>372</y>
|
2011-04-11 20:56:33 +04:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-05-13 08:59:16 +03:00
|
|
|
<x>584</x>
|
|
|
|
<y>373</y>
|
2011-04-11 20:56:33 +04:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>checkMaxRatio</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>comboRatioLimitAct</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2015-05-13 08:59:16 +03:00
|
|
|
<x>509</x>
|
|
|
|
<y>372</y>
|
2011-04-11 20:56:33 +04:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-05-13 08:59:16 +03:00
|
|
|
<x>721</x>
|
|
|
|
<y>373</y>
|
2011-04-17 22:11:03 +04:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>checkuTP</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>checkLimituTPConnections</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>421</x>
|
|
|
|
<y>147</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-05-13 08:59:16 +03:00
|
|
|
<x>711</x>
|
|
|
|
<y>172</y>
|
2011-04-11 20:56:33 +04:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2013-07-22 02:20:48 +04:00
|
|
|
<connection>
|
|
|
|
<sender>checkMaxUploads</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>spinMaxUploads</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>423</x>
|
|
|
|
<y>224</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>571</x>
|
|
|
|
<y>224</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2015-05-13 08:59:16 +03:00
|
|
|
<connection>
|
|
|
|
<sender>checkDownloadLimitAlt</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>spinDownloadLimitAlt</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>398</x>
|
|
|
|
<y>292</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>477</x>
|
|
|
|
<y>292</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>checkUploadLimitAlt</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>spinUploadLimitAlt</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>398</x>
|
|
|
|
<y>263</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>477</x>
|
|
|
|
<y>263</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2011-04-09 21:39:51 +04:00
|
|
|
</connections>
|
2006-09-30 20:02:39 +04:00
|
|
|
</ui>
|