2015-01-25 15:47:03 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PrefsDialog</class>
<widget class="QDialog" name="PrefsDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2022-01-23 15:57:21 +00:00
<width>601</width>
2022-02-20 19:33:53 +00:00
<height>657</height>
2015-01-25 15:47:03 +00:00
</rect>
</property>
<property name="windowTitle">
<string>Transmission Preferences</string>
</property>
<layout class="QVBoxLayout" name="dialogLayout">
<item>
<widget class="QTabWidget" name="tabs">
<property name="currentIndex">
2022-02-20 19:33:53 +00:00
<number>0</number>
2015-01-25 15:47:03 +00:00
</property>
<property name="elideMode">
<enum>Qt::ElideNone</enum>
</property>
<property name="usesScrollButtons">
<bool>false</bool>
</property>
<widget class="QWidget" name="speedTab">
<attribute name="title">
<string>Speed</string>
</attribute>
<layout class="QVBoxLayout" name="speedTabLayout">
<item>
<widget class="QLabel" name="speedLimitsSectionLabel">
<property name="styleSheet">
<string notr="true">font-weight:bold</string>
</property>
<property name="text">
<string>Speed Limits</string>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" name="speedLimitsSectionLayout" columnstretch="0,1">
<property name="leftMargin">
<number>18</number>
</property>
<item row="0" column="0">
<widget class="QCheckBox" name="uploadSpeedLimitCheck">
<property name="text">
<string>&Upload:</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="uploadSpeedLimitSpin">
<property name="maximum">
<number>999999999</number>
</property>
<property name="singleStep">
<number>5</number>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="downloadSpeedLimitCheck">
<property name="text">
<string>&Download:</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="downloadSpeedLimitSpin">
<property name="maximum">
<number>999999999</number>
</property>
<property name="singleStep">
<number>5</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="altSpeedLimitsSectionSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="altSpeedLimitsSectionTitleLayout" stretch="0,1">
<property name="spacing">
<number>2</number>
</property>
<item>
<widget class="QLabel" name="altSpeedLimitsSectionLabel">
<property name="styleSheet">
<string notr="true">font-weight:bold</string>
</property>
<property name="text">
<string>Alternative Speed Limits</string>
</property>
</widget>
</item>
2021-08-07 14:57:59 +00:00
<item>
<widget class="QLabel" name="altSpeedLimitsSectionIconLabel">
<property name="pixmap">
<pixmap resource="application.qrc">:/icons/alt-limit-off.png</pixmap>
</property>
</widget>
</item>
2015-01-25 15:47:03 +00:00
</layout>
</item>
<item>
<layout class="QGridLayout" name="altSpeedLimitsSectionLayout" columnstretch="0,1">
<property name="leftMargin">
<number>18</number>
</property>
2015-01-25 18:16:30 +00:00
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="altSpeedLimitsSectionDescriptionLabel">
2015-01-25 15:47:03 +00:00
<property name="text">
2015-01-25 18:16:30 +00:00
<string><small>Override normal speed limits manually or at scheduled times</small></string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="altUploadSpeedLimitLabel">
<property name="text">
<string>U&pload:</string>
2015-01-25 15:47:03 +00:00
</property>
<property name="buddy">
2015-01-25 18:16:30 +00:00
<cstring>altUploadSpeedLimitSpin</cstring>
2015-01-25 15:47:03 +00:00
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="altUploadSpeedLimitSpin">
<property name="maximum">
<number>999999999</number>
</property>
<property name="singleStep">
<number>5</number>
</property>
</widget>
</item>
2015-01-25 18:16:30 +00:00
<item row="2" column="0">
<widget class="QLabel" name="altDownloadSpeedLimitLabel">
2015-01-25 15:47:03 +00:00
<property name="text">
2015-01-25 18:16:30 +00:00
<string>Do&wnload:</string>
</property>
<property name="buddy">
<cstring>altDownloadSpeedLimitSpin</cstring>
2015-01-25 15:47:03 +00:00
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="altDownloadSpeedLimitSpin">
<property name="maximum">
<number>999999999</number>
</property>
<property name="singleStep">
<number>5</number>
</property>
</widget>
</item>
2015-01-25 18:16:30 +00:00
<item row="3" column="0">
<widget class="QCheckBox" name="altSpeedLimitScheduleCheck">
<property name="text">
<string>&Scheduled times:</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
2015-01-25 15:47:03 +00:00
<item row="3" column="1">
<layout class="QHBoxLayout" name="altSpeedLimitScheduleLayout">
<item>
<widget class="QTimeEdit" name="altSpeedLimitStartTimeEdit">
<property name="displayFormat">
<string notr="true">hh:mm</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="altSpeedLimitToLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&to</string>
</property>
<property name="buddy">
<cstring>altSpeedLimitEndTimeEdit</cstring>
</property>
</widget>
</item>
<item>
<widget class="QTimeEdit" name="altSpeedLimitEndTimeEdit">
<property name="displayFormat">
<string notr="true">hh:mm</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="4" column="0">
<widget class="QLabel" name="altSpeedLimitDaysLabel">
<property name="text">
<string>&On days:</string>
</property>
<property name="buddy">
<cstring>altSpeedLimitDaysCombo</cstring>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QComboBox" name="altSpeedLimitDaysCombo"/>
</item>
</layout>
</item>
<item>
<spacer name="speedTabBottomSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>1</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="downloadingTab">
<attribute name="title">
<string>Downloading</string>
</attribute>
<layout class="QVBoxLayout" name="downloadingTabLayout">
<item>
<widget class="QLabel" name="addingSectionLabel">
<property name="styleSheet">
<string notr="true">font-weight:bold</string>
</property>
<property name="text">
<string>Adding</string>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" name="addingSectionLayout" columnstretch="0,1">
<property name="leftMargin">
<number>18</number>
</property>
2022-01-23 15:57:21 +00:00
<item row="5" column="0">
<widget class="QLabel" name="downloadDirLabel">
<property name="text">
<string>Save to &Location:</string>
</property>
</widget>
</item>
2015-01-25 18:16:30 +00:00
<item row="0" column="0">
<widget class="QCheckBox" name="watchDirCheck">
2015-01-25 15:47:03 +00:00
<property name="text">
2015-01-25 18:16:30 +00:00
<string>Automatically add .torrent files &from:</string>
</property>
<property name="checked">
<bool>true</bool>
2015-01-25 15:47:03 +00:00
</property>
</widget>
</item>
2022-01-23 15:57:21 +00:00
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="startAddedTorrentsCheck">
<property name="text">
<string>&Start added torrents</string>
2015-01-25 18:16:30 +00:00
</property>
2015-01-25 15:47:03 +00:00
</widget>
</item>
2022-01-23 15:57:21 +00:00
<item row="6" column="1">
<widget class="FreeSpaceLabel" name="downloadDirFreeSpaceLabel">
2015-01-25 15:47:03 +00:00
<property name="text">
2022-01-23 15:57:21 +00:00
<string notr="true">...</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2015-01-25 15:47:03 +00:00
</property>
</widget>
</item>
2022-01-23 15:57:21 +00:00
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="showTorrentOptionsDialogCheck">
2015-01-25 15:47:03 +00:00
<property name="text">
2022-01-23 15:57:21 +00:00
<string>Show the Torrent Options &dialog</string>
2015-01-25 15:47:03 +00:00
</property>
</widget>
</item>
2022-01-23 15:57:21 +00:00
<item row="4" column="0" colspan="2">
2015-01-25 18:16:30 +00:00
<widget class="QCheckBox" name="trashTorrentFileCheck">
<property name="text">
<string>Mo&ve the .torrent file to the trash</string>
</property>
</widget>
</item>
2022-01-23 15:57:21 +00:00
<item row="0" column="1">
<widget class="QStackedWidget" name="watchDirStack">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2015-01-25 15:47:03 +00:00
</property>
2022-01-23 15:57:21 +00:00
<widget class="PathButton" name="watchDirButton"/>
<widget class="QLineEdit" name="watchDirEdit"/>
2015-01-25 15:47:03 +00:00
</widget>
</item>
2022-01-23 15:57:21 +00:00
<item row="5" column="1">
2015-01-25 19:55:05 +00:00
<widget class="QStackedWidget" name="downloadDirStack">
2015-01-25 15:47:03 +00:00
<property name="sizePolicy">
2015-01-25 19:55:05 +00:00
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2015-01-25 15:47:03 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2015-06-10 21:27:11 +00:00
<widget class="PathButton" name="downloadDirButton"/>
2015-01-25 19:55:05 +00:00
<widget class="QLineEdit" name="downloadDirEdit"/>
2015-01-25 15:47:03 +00:00
</widget>
</item>
2022-01-23 15:57:21 +00:00
<item row="3" column="0">
<widget class="QCheckBox" name="detectTorrentFromClipboard">
<property name="toolTip">
<string>Reads user clipboard content for torrents</string>
2015-01-25 15:47:03 +00:00
</property>
2022-01-23 15:57:21 +00:00
<property name="text">
<string>Detect new torrents from clipboard</string>
2015-01-25 15:47:03 +00:00
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="downloadQueueSectionSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="downloadQueueSectionLabel">
<property name="styleSheet">
<string notr="true">font-weight:bold</string>
</property>
<property name="text">
<string>Download Queue</string>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" name="downloadQueueSectionLayout" columnstretch="0,1">
<property name="leftMargin">
<number>18</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="downloadQueueSizeLabel">
<property name="text">
<string>Ma&ximum active downloads:</string>
</property>
<property name="buddy">
<cstring>downloadQueueSizeSpin</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
2015-01-25 19:55:05 +00:00
<widget class="QSpinBox" name="downloadQueueSizeSpin">
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>999999999</number>
</property>
</widget>
2015-01-25 15:47:03 +00:00
</item>
<item row="1" column="0">
<widget class="QLabel" name="queueStalledMinutesLabel">
<property name="text">
2022-04-21 14:28:38 +00:00
<string extracomment="Please keep this phrase as short as possible, it's currently the longest and influences dialog width">Download is i&nactive if data sharing stopped:</string>
2015-01-25 15:47:03 +00:00
</property>
<property name="buddy">
<cstring>queueStalledMinutesSpin</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="queueStalledMinutesSpin">
<property name="suffix">
<string notr="true"> minute(s) ago</string>
</property>
2015-01-25 19:55:05 +00:00
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>9999</number>
</property>
<property name="singleStep">
<number>5</number>
</property>
2015-01-25 15:47:03 +00:00
</widget>
</item>
</layout>
</item>
<item>
<spacer name="incompleteSectionSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="incompleteSectionLabel">
<property name="styleSheet">
<string notr="true">font-weight:bold</string>
</property>
<property name="text">
<string>Incomplete</string>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" name="incompleteSectionLayout" columnstretch="0,1">
<property name="leftMargin">
<number>18</number>
</property>
<item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="renamePartialFilesCheck">
<property name="text">
<string>Append ".&part" to incomplete files' names</string>
</property>
</widget>
</item>
2015-01-25 18:16:30 +00:00
<item row="1" column="0">
<widget class="QCheckBox" name="incompleteDirCheck">
<property name="text">
<string>Keep &incomplete files in:</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
2015-01-25 15:47:03 +00:00
<item row="1" column="1">
2015-01-25 19:55:05 +00:00
<widget class="QStackedWidget" name="incompleteDirStack">
2015-01-25 15:47:03 +00:00
<property name="sizePolicy">
2015-01-25 19:55:05 +00:00
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2015-01-25 15:47:03 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2015-06-10 21:27:11 +00:00
<widget class="PathButton" name="incompleteDirButton"/>
2015-01-25 19:55:05 +00:00
<widget class="QLineEdit" name="incompleteDirEdit"/>
2015-01-25 15:47:03 +00:00
</widget>
</item>
<item row="2" column="0">
2022-02-14 04:07:12 +00:00
<widget class="QCheckBox" name="doneDownloadingScriptCheck">
2015-01-25 15:47:03 +00:00
<property name="text">
2022-02-14 04:07:12 +00:00
<string>Call scrip&t when downloading is completed:</string>
2015-01-25 15:47:03 +00:00
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="1">
2022-02-14 04:07:12 +00:00
<widget class="QStackedWidget" name="doneDownloadingScriptStack">
2015-01-25 15:47:03 +00:00
<property name="sizePolicy">
2015-01-25 19:55:05 +00:00
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2015-01-25 15:47:03 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2022-02-14 04:07:12 +00:00
<widget class="PathButton" name="doneDownloadingScriptButton"/>
<widget class="QLineEdit" name="doneDownloadingScriptEdit"/>
2015-01-25 15:47:03 +00:00
</widget>
</item>
</layout>
</item>
<item>
<spacer name="downloadingTabBottomSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>1</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="seedingTab">
<attribute name="title">
<string>Seeding</string>
</attribute>
<layout class="QVBoxLayout" name="seedingTabLayout">
<item>
<widget class="QLabel" name="limitsSectionLabel">
<property name="styleSheet">
<string notr="true">font-weight:bold</string>
</property>
<property name="text">
<string>Limits</string>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" name="limitsSectionLayout" columnstretch="0,1">
<property name="leftMargin">
<number>18</number>
</property>
<item row="0" column="0">
<widget class="QCheckBox" name="ratioLimitCheck">
<property name="text">
<string>Stop seeding at &ratio:</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QDoubleSpinBox" name="ratioLimitSpin">
<property name="maximum">
<double>999999999.000000000000000</double>
</property>
<property name="singleStep">
<double>0.500000000000000</double>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="idleLimitCheck">
<property name="text">
<string>Stop seedi&ng if idle for:</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="idleLimitSpin">
<property name="suffix">
<string notr="true"> minute(s)</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
2017-07-05 18:07:16 +00:00
<number>40320</number>
2015-01-25 15:47:03 +00:00
</property>
<property name="singleStep">
<number>5</number>
</property>
</widget>
</item>
2022-02-14 04:07:12 +00:00
<item row="2" column="0">
<widget class="QCheckBox" name="doneSeedingScriptCheck">
<property name="text">
<string>Call scrip&t when seeding is completed:</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QStackedWidget" name="doneSeedingScriptStack">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<widget class="PathButton" name="doneSeedingScriptButton"/>
<widget class="QLineEdit" name="doneSeedingScriptEdit"/>
</widget>
</item>
2015-01-25 15:47:03 +00:00
</layout>
</item>
<item>
<spacer name="seedingTabBottomSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>1</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="privacyTab">
<attribute name="title">
<string>Privacy</string>
</attribute>
<layout class="QVBoxLayout" name="privacyTabLayout">
<item>
<widget class="QLabel" name="encryptionSectionLabel">
<property name="styleSheet">
<string notr="true">font-weight:bold</string>
</property>
<property name="text">
<string>Encryption</string>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" name="encryptionSectionLayout" columnstretch="0,1">
<property name="leftMargin">
<number>18</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="encryptionModeLabel">
<property name="text">
<string>&Encryption mode:</string>
</property>
<property name="buddy">
<cstring>encryptionModeCombo</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="encryptionModeCombo"/>
</item>
</layout>
</item>
<item>
<spacer name="blocklistSectionSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="blocklistSectionLabel">
<property name="styleSheet">
<string notr="true">font-weight:bold</string>
</property>
<property name="text">
<string>Blocklist</string>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" name="blocklistSectionLayout" columnstretch="0,1,0">
<property name="leftMargin">
<number>18</number>
</property>
2015-01-25 18:16:30 +00:00
<item row="0" column="0">
<widget class="QCheckBox" name="blocklistCheck">
<property name="text">
<string>Enable &blocklist:</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
2015-01-25 15:47:03 +00:00
<item row="0" column="1" colspan="2">
<widget class="QLineEdit" name="blocklistEdit"/>
</item>
2015-01-25 18:16:30 +00:00
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="blocklistStatusLabel">
<property name="text">
<string notr="true">...</string>
</property>
</widget>
</item>
2015-01-25 15:47:03 +00:00
<item row="1" column="2">
<widget class="QPushButton" name="updateBlocklistButton">
<property name="text">
<string>&Update</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="0" colspan="3">
<widget class="QCheckBox" name="autoUpdateBlocklistCheck">
<property name="text">
<string>Enable &automatic updates</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="privacyTabBottomSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>1</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="networkTab">
<attribute name="title">
<string>Network</string>
</attribute>
<layout class="QVBoxLayout" name="networkTabLayout">
<item>
<widget class="QLabel" name="incomingPeersSectionLabel">
<property name="styleSheet">
<string notr="true">font-weight:bold</string>
</property>
<property name="text">
<string>Incoming Peers</string>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" name="incomingPeersSectionLayout" columnstretch="0,1,0">
<property name="leftMargin">
<number>18</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="peerPortLabel">
<property name="text">
<string>&Port for incoming connections:</string>
</property>
<property name="buddy">
<cstring>peerPortSpin</cstring>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QSpinBox" name="peerPortSpin">
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>65535</number>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="peerPortStatusLabel">
<property name="text">
<string>Status unknown</string>
</property>
</widget>
</item>
2015-01-25 18:16:30 +00:00
<item row="1" column="2">
<widget class="QPushButton" name="testPeerPortButton">
<property name="text">
<string>Te&st Port</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="0" colspan="3">
<widget class="QCheckBox" name="randomPeerPortCheck">
<property name="text">
<string>Pick a &random port every time Transmission is started</string>
</property>
</widget>
</item>
2015-01-25 15:47:03 +00:00
<item row="3" column="0" colspan="3">
<widget class="QCheckBox" name="enablePortForwardingCheck">
<property name="text">
<string>Use UPnP or NAT-PMP port &forwarding from my router</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="peerLimitsSectionSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="peerLimitsSectionLabel">
<property name="styleSheet">
<string notr="true">font-weight:bold</string>
</property>
<property name="text">
<string>Peer Limits</string>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" name="peerLimitsSectionLayout" columnstretch="0,1">
<property name="leftMargin">
<number>18</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="torrentPeerLimitLabel">
<property name="text">
<string>Maximum peers per &torrent:</string>
</property>
<property name="buddy">
<cstring>torrentPeerLimitSpin</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="torrentPeerLimitSpin">
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>1024</number>
</property>
<property name="singleStep">
<number>5</number>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="globalPeerLimitLabel">
<property name="text">
<string>Maximum peers &overall:</string>
</property>
<property name="buddy">
<cstring>globalPeerLimitSpin</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="globalPeerLimitSpin">
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>1024</number>
</property>
<property name="singleStep">
<number>5</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="optionsSectionSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="optionsSectionLabel">
<property name="styleSheet">
<string notr="true">font-weight:bold</string>
</property>
<property name="text">
<string>Options</string>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="optionsSectionLayout">
<property name="leftMargin">
<number>18</number>
</property>
<item>
<widget class="QCheckBox" name="enableUtpCheck">
<property name="toolTip">
<string>uTP is a tool for reducing network congestion.</string>
</property>
<property name="text">
<string>Enable &uTP for peer connections</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="enablePexCheck">
<property name="toolTip">
<string>PEX is a tool for exchanging peer lists with the peers you're connected to.</string>
</property>
<property name="text">
<string>Use PE&X to find more peers</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="enableDhtCheck">
<property name="toolTip">
<string>DHT is a tool for finding peers without a tracker.</string>
</property>
<property name="text">
<string>Use &DHT to find more peers</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="enableLpdCheck">
<property name="toolTip">
<string>LPD is a tool for finding peers on your local network.</string>
</property>
<property name="text">
<string>Use &Local Peer Discovery to find more peers</string>
</property>
</widget>
</item>
2022-02-20 19:33:53 +00:00
</layout>
</item>
<item>
<spacer name="defaultTrackersSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="defaultTrackersLabel">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Default Public Trackers</string>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="defaultTrackersLayout">
<property name="leftMargin">
<number>18</number>
</property>
2022-02-20 17:54:20 +00:00
<item>
2022-02-20 19:33:53 +00:00
<widget class="QPlainTextEdit" name="defaultTrackersPlainTextEdit">
2022-02-20 17:54:20 +00:00
<property name="toolTip">
2022-02-20 19:33:53 +00:00
<string><html><head/><body><p>Trackers to use on all public torrents.</p><p><br/></p><p>To add a backup URL, add it on the next line after a primary URL.</p><p>To add a new primary URL, add it after a blank line.</p><p><br/></p></body></html></string>
2022-02-20 17:54:20 +00:00
</property>
2022-02-20 19:33:53 +00:00
<property name="tabChangesFocus">
<bool>true</bool>
2022-02-20 17:54:20 +00:00
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
<property name="plainText">
<string notr="true"/>
</property>
</widget>
</item>
2015-01-25 15:47:03 +00:00
</layout>
</item>
<item>
<spacer name="networkTabBottomSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>1</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="desktopTab">
<attribute name="title">
<string>Desktop</string>
</attribute>
<layout class="QVBoxLayout" name="desktopTabLayout">
<item>
<widget class="QLabel" name="desktopSectionLabel">
<property name="styleSheet">
<string notr="true">font-weight:bold</string>
</property>
<property name="text">
<string>Desktop</string>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="desktopSectionLayout">
<property name="leftMargin">
<number>18</number>
</property>
<item>
<widget class="QCheckBox" name="showTrayIconCheck">
<property name="text">
<string>Show Transmission icon in the &notification area</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="startMinimizedCheck">
<property name="text">
<string>Start &minimized in notification area</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="notificationSectionSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="notificationSectionLabel">
<property name="styleSheet">
<string notr="true">font-weight:bold</string>
</property>
<property name="text">
<string>Notification</string>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="notificationSectionLayout">
<property name="leftMargin">
<number>18</number>
</property>
<item>
<widget class="QCheckBox" name="notifyOnTorrentAddedCheck">
<property name="text">
<string>Show a notification when torrents are a&dded</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="notifyOnTorrentCompletedCheck">
<property name="text">
<string>Show a notification when torrents &finish</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="playSoundOnTorrentCompletedCheck">
<property name="text">
<string>Play a &sound when torrents finish</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="desktopTabBottomSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>1</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="remoteTab">
<attribute name="title">
<string>Remote</string>
</attribute>
<layout class="QVBoxLayout" name="remoteTabLayout">
<item>
<widget class="QLabel" name="remoteControlSectionLabel">
<property name="styleSheet">
<string notr="true">font-weight:bold</string>
</property>
<property name="text">
<string>Remote Control</string>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" name="remoteControlSectionLayout" columnstretch="0,1,0">
<property name="leftMargin">
<number>18</number>
</property>
2015-01-25 18:16:30 +00:00
<item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="enableRpcCheck">
2015-01-25 15:47:03 +00:00
<property name="text">
2015-01-25 18:16:30 +00:00
<string>Allow &remote access</string>
2015-01-25 15:47:03 +00:00
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="openWebClientButton">
<property name="text">
<string>&Open web client</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
2015-01-25 18:16:30 +00:00
<item row="1" column="0">
<widget class="QLabel" name="rpcPortLabel">
<property name="text">
<string>HTTP &port:</string>
</property>
<property name="buddy">
<cstring>rpcPortSpin</cstring>
</property>
</widget>
</item>
2015-01-25 15:47:03 +00:00
<item row="1" column="1" colspan="2">
<widget class="QSpinBox" name="rpcPortSpin">
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>65535</number>
</property>
</widget>
</item>
<item row="2" column="0" colspan="3">
<widget class="QCheckBox" name="requireRpcAuthCheck">
<property name="text">
<string>Use &authentication</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
2015-01-25 18:16:30 +00:00
<item row="3" column="0">
<widget class="QLabel" name="rpcUsernameLabel">
2015-01-25 15:47:03 +00:00
<property name="text">
2015-01-25 18:16:30 +00:00
<string>&Username:</string>
2015-01-25 15:47:03 +00:00
</property>
<property name="buddy">
2015-01-25 18:16:30 +00:00
<cstring>rpcUsernameEdit</cstring>
2015-01-25 15:47:03 +00:00
</property>
</widget>
</item>
2015-01-25 18:16:30 +00:00
<item row="3" column="1" colspan="2">
<widget class="QLineEdit" name="rpcUsernameEdit"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="rpcPasswordLabel">
2015-01-25 15:47:03 +00:00
<property name="text">
2015-01-25 18:16:30 +00:00
<string>Pass&word:</string>
2015-01-25 15:47:03 +00:00
</property>
2015-01-25 18:16:30 +00:00
<property name="buddy">
<cstring>rpcPasswordEdit</cstring>
2015-01-25 15:47:03 +00:00
</property>
</widget>
</item>
<item row="4" column="1" colspan="2">
<widget class="QLineEdit" name="rpcPasswordEdit">
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
2015-01-25 18:16:30 +00:00
<item row="5" column="0" colspan="3">
<widget class="QCheckBox" name="enableRpcWhitelistCheck">
2015-01-25 15:47:03 +00:00
<property name="text">
2015-01-25 18:16:30 +00:00
<string>Only allow these IP a&ddresses:</string>
2015-01-25 15:47:03 +00:00
</property>
2015-01-25 18:16:30 +00:00
<property name="checked">
<bool>true</bool>
2015-01-25 15:47:03 +00:00
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="rpcWhitelistLabel">
<property name="text">
<string>Addresses:</string>
</property>
<property name="buddy">
<cstring>rpcWhitelistEdit</cstring>
</property>
</widget>
</item>
<item row="6" column="1" colspan="2">
<widget class="QLineEdit" name="rpcWhitelistEdit"/>
</item>
</layout>
</item>
<item>
<spacer name="remoteTabBottomSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>1</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="dialogButtons">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
2015-01-25 19:55:05 +00:00
<customwidget>
2015-06-10 21:27:11 +00:00
<class>PathButton</class>
2015-01-25 19:55:05 +00:00
<extends>QToolButton</extends>
2015-06-10 21:27:11 +00:00
<header>PathButton.h</header>
2015-01-25 19:55:05 +00:00
</customwidget>
2015-01-25 15:47:03 +00:00
<customwidget>
2015-06-10 21:27:11 +00:00
<class>FreeSpaceLabel</class>
2015-01-25 15:47:03 +00:00
<extends>QLabel</extends>
2015-06-10 21:27:11 +00:00
<header>FreeSpaceLabel.h</header>
2015-01-25 15:47:03 +00:00
</customwidget>
</customwidgets>
<resources>
<include location="application.qrc"/>
</resources>
<connections>
<connection>
<sender>dialogButtons</sender>
<signal>rejected()</signal>
<receiver>PrefsDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>uploadSpeedLimitCheck</sender>
<signal>toggled(bool)</signal>
<receiver>uploadSpeedLimitSpin</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>94</x>
<y>79</y>
</hint>
<hint type="destinationlabel">
<x>323</x>
<y>79</y>
</hint>
</hints>
</connection>
<connection>
<sender>downloadSpeedLimitCheck</sender>
<signal>toggled(bool)</signal>
<receiver>downloadSpeedLimitSpin</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>94</x>
<y>113</y>
</hint>
<hint type="destinationlabel">
<x>323</x>
<y>113</y>
</hint>
</hints>
</connection>
<connection>
<sender>ratioLimitCheck</sender>
<signal>toggled(bool)</signal>
<receiver>ratioLimitSpin</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>129</x>
<y>79</y>
</hint>
<hint type="destinationlabel">
<x>359</x>
<y>79</y>
</hint>
</hints>
</connection>
<connection>
<sender>idleLimitCheck</sender>
<signal>toggled(bool)</signal>
<receiver>idleLimitSpin</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>129</x>
<y>113</y>
</hint>
<hint type="destinationlabel">
<x>359</x>
<y>113</y>
</hint>
</hints>
</connection>
<connection>
<sender>watchDirCheck</sender>
<signal>toggled(bool)</signal>
2015-01-25 19:55:05 +00:00
<receiver>watchDirStack</receiver>
2015-01-25 15:47:03 +00:00
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>167</x>
<y>80</y>
</hint>
<hint type="destinationlabel">
<x>392</x>
<y>80</y>
</hint>
</hints>
</connection>
<connection>
<sender>incompleteDirCheck</sender>
<signal>toggled(bool)</signal>
2015-01-25 19:55:05 +00:00
<receiver>incompleteDirStack</receiver>
2015-01-25 15:47:03 +00:00
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>169</x>
<y>411</y>
</hint>
<hint type="destinationlabel">
<x>395</x>
<y>411</y>
</hint>
</hints>
</connection>
<connection>
2022-02-14 04:07:12 +00:00
<sender>doneDownloadingScriptCheck</sender>
2015-01-25 15:47:03 +00:00
<signal>toggled(bool)</signal>
2022-02-14 04:07:12 +00:00
<receiver>doneDownloadingScriptStack</receiver>
2015-01-25 15:47:03 +00:00
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>169</x>
<y>447</y>
</hint>
<hint type="destinationlabel">
<x>395</x>
<y>447</y>
</hint>
</hints>
</connection>
2022-02-14 04:07:12 +00:00
<connection>
<sender>doneSeedingScriptCheck</sender>
<signal>toggled(bool)</signal>
<receiver>doneSeedingScriptStack</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>69</x>
<y>69</y>
</hint>
<hint type="destinationlabel">
<x>69</x>
<y>69</y>
</hint>
</hints>
</connection>
2015-01-25 15:47:03 +00:00
</connections>
</ui>