|
|
|
@ -6,13 +6,35 @@
@@ -6,13 +6,35 @@
|
|
|
|
|
<rect> |
|
|
|
|
<x>0</x> |
|
|
|
|
<y>0</y> |
|
|
|
|
<width>414</width> |
|
|
|
|
<height>630</height> |
|
|
|
|
<width>900</width> |
|
|
|
|
<height>620</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" name="AddNewTorrentDialogLayout"> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
|
|
|
<widget class="QSplitter" name="splitter"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="childrenCollapsible"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QFrame" name="torrentoptionsFrame"> |
|
|
|
|
<layout class="QVBoxLayout" name="mainlayout_addui"> |
|
|
|
|
<property name="leftMargin"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="topMargin"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="rightMargin"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="bottomMargin"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" name="managementLayout"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="labelTorrentManagementMode"> |
|
|
|
|
<property name="text"> |
|
|
|
@ -38,13 +60,13 @@
@@ -38,13 +60,13 @@
|
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<spacer name="horizontalSpacer_2"> |
|
|
|
|
<spacer name="horizontalSpacer"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
|
<size> |
|
|
|
|
<width>40</width> |
|
|
|
|
<width>20</width> |
|
|
|
|
<height>20</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
@ -57,11 +79,11 @@
@@ -57,11 +79,11 @@
|
|
|
|
|
<property name="title"> |
|
|
|
|
<string>Save at</string> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="FileSystemPathComboEdit" name="savePath" native="true"/> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<item alignment="Qt::AlignRight"> |
|
|
|
|
<widget class="QCheckBox" name="checkBoxRememberLastSavePath"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Remember last used save path</string> |
|
|
|
@ -71,50 +93,16 @@
@@ -71,50 +93,16 @@
|
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QCheckBox" name="doNotDeleteTorrentCheckBox"> |
|
|
|
|
<property name="toolTip"> |
|
|
|
|
<string>When checked, the .torrent file will not be deleted despite the settings at the "Download" page of the options dialog</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Do not delete .torrent file</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QCheckBox" name="checkBoxNeverShow"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Never show again</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QToolButton" name="toolButtonAdvanced"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string notr="true">▼</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="checkable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="groupBoxSettings"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>Torrent settings</string> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3"> |
|
|
|
|
<item row="1" column="2"> |
|
|
|
|
<widget class="QCheckBox" name="defaultCategoryCheckbox"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Set as default category</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="0" column="2"> |
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_1"> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="label_5"> |
|
|
|
|
<layout class="QHBoxLayout" name="categoryLayout"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="labelCategory"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Category:</string> |
|
|
|
|
</property> |
|
|
|
@ -138,17 +126,33 @@
@@ -138,17 +126,33 @@
|
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item row="0" column="0"> |
|
|
|
|
<widget class="QCheckBox" name="startTorrentCheckBox"> |
|
|
|
|
<item alignment="Qt::AlignRight"> |
|
|
|
|
<widget class="QCheckBox" name="defaultCategoryCheckbox"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Start torrent</string> |
|
|
|
|
<string>Set as default category</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="checked"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QGridLayout" name="gridLayout"> |
|
|
|
|
<item row="3" column="0"> |
|
|
|
|
<widget class="QCheckBox" name="doNotDeleteTorrentCheckBox"> |
|
|
|
|
<property name="toolTip"> |
|
|
|
|
<string>When checked, the .torrent file will not be deleted despite the settings at the "Download" page of the options dialog</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Do not delete .torrent file</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="1" column="0"> |
|
|
|
|
<item row="1" column="1"> |
|
|
|
|
<widget class="QCheckBox" name="firstLastCheckBox"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Download first and last pieces first</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="2" column="0"> |
|
|
|
|
<widget class="QCheckBox" name="skipCheckingCheckBox"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Skip hash check</string> |
|
|
|
@ -156,143 +160,107 @@
@@ -156,143 +160,107 @@
|
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="0" column="1"> |
|
|
|
|
<spacer name="horizontalSpacer2"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizeType"> |
|
|
|
|
<enum>QSizePolicy::Fixed</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
|
<size> |
|
|
|
|
<width>35</width> |
|
|
|
|
<height>0</height> |
|
|
|
|
</size> |
|
|
|
|
<widget class="QCheckBox" name="sequentialCheckBox"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Download in sequential order</string> |
|
|
|
|
</property> |
|
|
|
|
</spacer> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="2" column="0"> |
|
|
|
|
<item row="1" column="0"> |
|
|
|
|
<widget class="QCheckBox" name="createSubfolderCheckBox"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Create subfolder</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="checked"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="3" column="0"> |
|
|
|
|
<widget class="QCheckBox" name="sequentialCheckBox"> |
|
|
|
|
<item row="0" column="0"> |
|
|
|
|
<widget class="QCheckBox" name="startTorrentCheckBox"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Download in sequential order</string> |
|
|
|
|
<string>Start torrent</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="4" column="0"> |
|
|
|
|
<widget class="QCheckBox" name="firstLastCheckBox"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Download first and last pieces first</string> |
|
|
|
|
<item row="0" column="2"> |
|
|
|
|
<spacer name="horizontalSpacer_3"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
|
<size> |
|
|
|
|
<width>40</width> |
|
|
|
|
<height>20</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
</spacer> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="infoGroup"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>Torrent information</string> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2"> |
|
|
|
|
<item row="2" column="1"> |
|
|
|
|
<widget class="QLabel" name="lblhash"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="textFormat"> |
|
|
|
|
<enum>Qt::PlainText</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="textInteractionFlags"> |
|
|
|
|
<set>Qt::TextSelectableByMouse</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="2" column="0"> |
|
|
|
|
<widget class="QLabel" name="label_4"> |
|
|
|
|
<item row="1" column="0"> |
|
|
|
|
<widget class="QLabel" name="labelDate"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Hash:</string> |
|
|
|
|
<string>Date:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="4" column="0" colspan="2"> |
|
|
|
|
<widget class="TorrentContentTreeView" name="contentTreeView"> |
|
|
|
|
<property name="contextMenuPolicy"> |
|
|
|
|
<enum>Qt::CustomContextMenu</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="selectionMode"> |
|
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="sortingEnabled"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<item row="0" column="1"> |
|
|
|
|
<widget class="QLabel" name="labelSizeData"/> |
|
|
|
|
</item> |
|
|
|
|
<item row="1" column="1"> |
|
|
|
|
<widget class="QLabel" name="labelDate"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="1" column="0"> |
|
|
|
|
<widget class="QLabel" name="label_3"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Date:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QLabel" name="labelDateData"/> |
|
|
|
|
</item> |
|
|
|
|
<item row="0" column="0"> |
|
|
|
|
<widget class="QLabel" name="label"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Size:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="0" column="1"> |
|
|
|
|
<widget class="QLabel" name="labelSize"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
<string>Size:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="3" column="0"> |
|
|
|
|
<widget class="QLabel" name="label_2"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Comment:</string> |
|
|
|
|
<item row="2" column="1"> |
|
|
|
|
<widget class="QLabel" name="labelHashData"> |
|
|
|
|
<property name="textFormat"> |
|
|
|
|
<enum>Qt::PlainText</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
|
|
|
<property name="textInteractionFlags"> |
|
|
|
|
<set>Qt::TextSelectableByMouse</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="3" column="1"> |
|
|
|
|
<widget class="QScrollArea" name="scrollArea"> |
|
|
|
|
<property name="styleSheet"> |
|
|
|
|
<string notr="true">background-color: rgba(0, 0, 0, 0);</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="frameShape"> |
|
|
|
|
<enum>QFrame::NoFrame</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="widgetResizable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents_2"> |
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>0</x> |
|
|
|
|
<y>0</y> |
|
|
|
|
<width>321</width> |
|
|
|
|
<height>69</height> |
|
|
|
|
<width>421</width> |
|
|
|
|
<height>68</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
|
|
|
<property name="leftMargin"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
@ -306,10 +274,7 @@
@@ -306,10 +274,7 @@
|
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="commentLabel"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QLabel" name="labelCommentData"> |
|
|
|
|
<property name="textFormat"> |
|
|
|
|
<enum>Qt::RichText</enum> |
|
|
|
|
</property> |
|
|
|
@ -331,11 +296,73 @@
@@ -331,11 +296,73 @@
|
|
|
|
|
</widget> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="2" column="0"> |
|
|
|
|
<widget class="QLabel" name="labelHash"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Hash:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="3" column="0"> |
|
|
|
|
<widget class="QLabel" name="labelComment"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Comment:</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="TorrentContentTreeView" name="contentTreeView"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
|
|
|
<horstretch>1</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="contextMenuPolicy"> |
|
|
|
|
<enum>Qt::CustomContextMenu</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="selectionMode"> |
|
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="sortingEnabled"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" name="buttonsHLayout"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QCheckBox" name="checkBoxNeverShow"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Never show again</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<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> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QProgressBar" name="progMetaLoading"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
@ -353,13 +380,17 @@
@@ -353,13 +380,17 @@
|
|
|
|
|
<property name="textVisible"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="format"> |
|
|
|
|
<string notr="true">%p%</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="lblMetaLoading"/> |
|
|
|
|
<widget class="QLabel" name="lblMetaLoading"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox"> |
|
|
|
@ -405,18 +436,6 @@
@@ -405,18 +436,6 @@
|
|
|
|
|
<container>1</container> |
|
|
|
|
</customwidget> |
|
|
|
|
</customwidgets> |
|
|
|
|
<tabstops> |
|
|
|
|
<tabstop>savePath</tabstop> |
|
|
|
|
<tabstop>checkBoxRememberLastSavePath</tabstop> |
|
|
|
|
<tabstop>checkBoxNeverShow</tabstop> |
|
|
|
|
<tabstop>toolButtonAdvanced</tabstop> |
|
|
|
|
<tabstop>startTorrentCheckBox</tabstop> |
|
|
|
|
<tabstop>skipCheckingCheckBox</tabstop> |
|
|
|
|
<tabstop>categoryComboBox</tabstop> |
|
|
|
|
<tabstop>defaultCategoryCheckbox</tabstop> |
|
|
|
|
<tabstop>scrollArea</tabstop> |
|
|
|
|
<tabstop>contentTreeView</tabstop> |
|
|
|
|
</tabstops> |
|
|
|
|
<resources/> |
|
|
|
|
<connections> |
|
|
|
|
<connection> |
|
|
|
@ -426,8 +445,8 @@
@@ -426,8 +445,8 @@
|
|
|
|
|
<slot>accept()</slot> |
|
|
|
|
<hints> |
|
|
|
|
<hint type="sourcelabel"> |
|
|
|
|
<x>403</x> |
|
|
|
|
<y>579</y> |
|
|
|
|
<x>928</x> |
|
|
|
|
<y>855</y> |
|
|
|
|
</hint> |
|
|
|
|
<hint type="destinationlabel"> |
|
|
|
|
<x>157</x> |
|
|
|
@ -442,8 +461,8 @@
@@ -442,8 +461,8 @@
|
|
|
|
|
<slot>reject()</slot> |
|
|
|
|
<hints> |
|
|
|
|
<hint type="sourcelabel"> |
|
|
|
|
<x>403</x> |
|
|
|
|
<y>579</y> |
|
|
|
|
<x>928</x> |
|
|
|
|
<y>855</y> |
|
|
|
|
</hint> |
|
|
|
|
<hint type="destinationlabel"> |
|
|
|
|
<x>286</x> |
|
|
|
@ -452,34 +471,34 @@
@@ -452,34 +471,34 @@
|
|
|
|
|
</hints> |
|
|
|
|
</connection> |
|
|
|
|
<connection> |
|
|
|
|
<sender>categoryComboBox</sender> |
|
|
|
|
<sender>comboTTM</sender> |
|
|
|
|
<signal>currentIndexChanged(int)</signal> |
|
|
|
|
<receiver>AddNewTorrentDialog</receiver> |
|
|
|
|
<slot>categoryChanged(int)</slot> |
|
|
|
|
<slot>TMMChanged(int)</slot> |
|
|
|
|
<hints> |
|
|
|
|
<hint type="sourcelabel"> |
|
|
|
|
<x>337</x> |
|
|
|
|
<y>205</y> |
|
|
|
|
<x>250</x> |
|
|
|
|
<y>53</y> |
|
|
|
|
</hint> |
|
|
|
|
<hint type="destinationlabel"> |
|
|
|
|
<x>403</x> |
|
|
|
|
<y>160</y> |
|
|
|
|
<x>467</x> |
|
|
|
|
<y>249</y> |
|
|
|
|
</hint> |
|
|
|
|
</hints> |
|
|
|
|
</connection> |
|
|
|
|
<connection> |
|
|
|
|
<sender>comboTTM</sender> |
|
|
|
|
<sender>categoryComboBox</sender> |
|
|
|
|
<signal>currentIndexChanged(int)</signal> |
|
|
|
|
<receiver>AddNewTorrentDialog</receiver> |
|
|
|
|
<slot>TMMChanged(int)</slot> |
|
|
|
|
<slot>categoryChanged(int)</slot> |
|
|
|
|
<hints> |
|
|
|
|
<hint type="sourcelabel"> |
|
|
|
|
<x>200</x> |
|
|
|
|
<y>19</y> |
|
|
|
|
<x>266</x> |
|
|
|
|
<y>231</y> |
|
|
|
|
</hint> |
|
|
|
|
<hint type="destinationlabel"> |
|
|
|
|
<x>206</x> |
|
|
|
|
<y>294</y> |
|
|
|
|
<x>467</x> |
|
|
|
|
<y>249</y> |
|
|
|
|
</hint> |
|
|
|
|
</hints> |
|
|
|
|
</connection> |
|
|
|
|