|
|
|
@ -129,12 +129,6 @@
@@ -129,12 +129,6 @@
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_1"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="label_5"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Category:</string> |
|
|
|
|
</property> |
|
|
|
@ -142,11 +136,11 @@
@@ -142,11 +136,11 @@
|
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QComboBox" name="categoryComboBox"> |
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>140</width> |
|
|
|
|
<height>0</height> |
|
|
|
|
</size> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="editable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
@ -175,27 +169,17 @@
@@ -175,27 +169,17 @@
|
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="0" column="3"> |
|
|
|
|
<spacer name="horizontalSpacer"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
|
<size> |
|
|
|
|
<width>0</width> |
|
|
|
|
<height>0</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
</spacer> |
|
|
|
|
</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>0</width> |
|
|
|
|
<width>35</width> |
|
|
|
|
<height>0</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
@ -209,109 +193,28 @@
@@ -209,109 +193,28 @@
|
|
|
|
|
<property name="title"> |
|
|
|
|
<string>Torrent information</string> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" name="infoGroupLayout"> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QGridLayout" name="gridLayout"> |
|
|
|
|
<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="size_lbl"/> |
|
|
|
|
</item> |
|
|
|
|
<item row="1" column="0"> |
|
|
|
|
<widget class="QLabel" name="label_3"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Date:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="1" column="1"> |
|
|
|
|
<widget class="QLabel" name="date_lbl"/> |
|
|
|
|
</item> |
|
|
|
|
<item row="2" column="0"> |
|
|
|
|
<widget class="QLabel" name="label_4"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Hash:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="2" column="1"> |
|
|
|
|
<widget class="QLabel" name="lblhash"> |
|
|
|
|
<property name="textInteractionFlags"> |
|
|
|
|
<set>Qt::TextSelectableByMouse</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="3" column="0"> |
|
|
|
|
<widget class="QLabel" name="label_2"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Comment:</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="3" column="1"> |
|
|
|
|
<widget class="QScrollArea" name="scrollArea"> |
|
|
|
|
<property name="frameShape"> |
|
|
|
|
<enum>QFrame::NoFrame</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="widgetResizable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents_2"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>0</x> |
|
|
|
|
<y>0</y> |
|
|
|
|
<width>299</width> |
|
|
|
|
<height>73</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
|
|
|
<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> |
|
|
|
|
<widget class="QLabel" name="commentLabel"> |
|
|
|
|
<property name="textFormat"> |
|
|
|
|
<enum>Qt::RichText</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
|
|
|
</property> |
|
|
|
|
<property name="wordWrap"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="openExternalLinks"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="textInteractionFlags"> |
|
|
|
|
<set>Qt::TextBrowserInteraction</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
<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> |
|
|
|
|
<item row="2" column="0"> |
|
|
|
|
<widget class="QLabel" name="label_4"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Hash:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="4" column="0" colspan="2"> |
|
|
|
|
<widget class="TorrentContentTreeView" name="contentTreeView"> |
|
|
|
|
<property name="contextMenuPolicy"> |
|
|
|
|
<enum>Qt::CustomContextMenu</enum> |
|
|
|
@ -324,6 +227,100 @@
@@ -324,6 +227,100 @@
|
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="1" column="1"> |
|
|
|
|
<widget class="QLabel" name="date_lbl"> |
|
|
|
|
<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> |
|
|
|
|
</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="size_lbl"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="3" column="0"> |
|
|
|
|
<widget class="QLabel" name="label_2"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Comment:</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="3" column="1"> |
|
|
|
|
<widget class="QScrollArea" name="scrollArea"> |
|
|
|
|
<property name="frameShape"> |
|
|
|
|
<enum>QFrame::NoFrame</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="widgetResizable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents_2"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>0</x> |
|
|
|
|
<y>0</y> |
|
|
|
|
<width>301</width> |
|
|
|
|
<height>73</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
|
|
|
<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> |
|
|
|
|
<widget class="QLabel" name="commentLabel"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="textFormat"> |
|
|
|
|
<enum>Qt::RichText</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
|
|
|
</property> |
|
|
|
|
<property name="wordWrap"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="openExternalLinks"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="textInteractionFlags"> |
|
|
|
|
<set>Qt::TextBrowserInteraction</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
@ -393,17 +390,18 @@
@@ -393,17 +390,18 @@
|
|
|
|
|
</customwidget> |
|
|
|
|
</customwidgets> |
|
|
|
|
<tabstops> |
|
|
|
|
<tabstop>savePathComboBox</tabstop> |
|
|
|
|
<tabstop>browseButton</tabstop> |
|
|
|
|
<tabstop>simpleModeRadioButton</tabstop> |
|
|
|
|
<tabstop>advancedModeRadioButton</tabstop> |
|
|
|
|
<tabstop>savePathComboBox</tabstop> |
|
|
|
|
<tabstop>browseButton</tabstop> |
|
|
|
|
<tabstop>defaultSavePathCheckBox</tabstop> |
|
|
|
|
<tabstop>never_show_cb</tabstop> |
|
|
|
|
<tabstop>adv_button</tabstop> |
|
|
|
|
<tabstop>startTorrentCheckBox</tabstop> |
|
|
|
|
<tabstop>skip_check_cb</tabstop> |
|
|
|
|
<tabstop>categoryComboBox</tabstop> |
|
|
|
|
<tabstop>defaultCategoryCheckbox</tabstop> |
|
|
|
|
<tabstop>skip_check_cb</tabstop> |
|
|
|
|
<tabstop>scrollArea</tabstop> |
|
|
|
|
<tabstop>contentTreeView</tabstop> |
|
|
|
|
</tabstops> |
|
|
|
|
<resources/> |
|
|
|
|