|
|
@ -10,23 +10,11 @@ |
|
|
|
<height>590</height> |
|
|
|
<height>590</height> |
|
|
|
</rect> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="minimumSize"> |
|
|
|
<layout class="QVBoxLayout" name="AddNewTorrentDialogLayout"> |
|
|
|
<size> |
|
|
|
|
|
|
|
<width>400</width> |
|
|
|
|
|
|
|
<height>0</height> |
|
|
|
|
|
|
|
</size> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
|
|
|
<size> |
|
|
|
|
|
|
|
<width>800</width> |
|
|
|
|
|
|
|
<height>16777215</height> |
|
|
|
|
|
|
|
</size> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3"> |
|
|
|
|
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QGroupBox" name="groupBox"> |
|
|
|
<widget class="QGroupBox" name="groupBox"> |
|
|
|
<property name="title"> |
|
|
|
<property name="title"> |
|
|
|
<string>Save as</string> |
|
|
|
<string>Save at</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
|
|
<item> |
|
|
|
<item> |
|
|
@ -34,21 +22,18 @@ |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QComboBox" name="save_path_combo"> |
|
|
|
<widget class="QComboBox" name="save_path_combo"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Fixed"> |
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="sizeAdjustPolicy"> |
|
|
|
|
|
|
|
<enum>QComboBox::AdjustToMinimumContentsLength</enum> |
|
|
|
|
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="browse_button"> |
|
|
|
<widget class="QPushButton" name="browse_button"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
|
|
|
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
|
|
|
</sizepolicy> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="text"> |
|
|
|
<property name="text"> |
|
|
|
<string>Browse...</string> |
|
|
|
<string>Browse...</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
@ -88,28 +73,37 @@ |
|
|
|
<property name="title"> |
|
|
|
<property name="title"> |
|
|
|
<string>Torrent settings</string> |
|
|
|
<string>Torrent settings</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<layout class="QGridLayout" name="gridLayout_3" columnstretch="1,1"> |
|
|
|
<layout class="QGridLayout" name="gridLayout_3"> |
|
|
|
<item row="0" column="0"> |
|
|
|
<item row="1" column="2"> |
|
|
|
<widget class="QCheckBox" name="start_torrent_cb"> |
|
|
|
<widget class="QCheckBox" name="defaultLabel"> |
|
|
|
<property name="text"> |
|
|
|
<property name="text"> |
|
|
|
<string>Start torrent</string> |
|
|
|
<string>Set as default label</string> |
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="checked"> |
|
|
|
|
|
|
|
<bool>true</bool> |
|
|
|
|
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="0" column="1"> |
|
|
|
<item row="0" column="2"> |
|
|
|
<layout class="QGridLayout" name="gridLayout_2" columnstretch="0,1"> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
|
|
<item row="0" column="0"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_5"> |
|
|
|
<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"> |
|
|
|
<property name="text"> |
|
|
|
<string>Label:</string> |
|
|
|
<string>Set label:</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="0" column="1"> |
|
|
|
<item> |
|
|
|
<widget class="QComboBox" name="label_combo"> |
|
|
|
<widget class="QComboBox" name="label_combo"> |
|
|
|
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
|
|
|
<size> |
|
|
|
|
|
|
|
<width>140</width> |
|
|
|
|
|
|
|
<height>0</height> |
|
|
|
|
|
|
|
</size> |
|
|
|
|
|
|
|
</property> |
|
|
|
<property name="editable"> |
|
|
|
<property name="editable"> |
|
|
|
<bool>true</bool> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</property> |
|
|
@ -120,6 +114,16 @@ |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
|
|
|
|
<item row="0" column="0"> |
|
|
|
|
|
|
|
<widget class="QCheckBox" name="start_torrent_cb"> |
|
|
|
|
|
|
|
<property name="text"> |
|
|
|
|
|
|
|
<string>Start torrent</string> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="checked"> |
|
|
|
|
|
|
|
<bool>true</bool> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
</widget> |
|
|
|
|
|
|
|
</item> |
|
|
|
<item row="1" column="0"> |
|
|
|
<item row="1" column="0"> |
|
|
|
<widget class="QCheckBox" name="skip_check_cb"> |
|
|
|
<widget class="QCheckBox" name="skip_check_cb"> |
|
|
|
<property name="text"> |
|
|
|
<property name="text"> |
|
|
@ -127,24 +131,43 @@ |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="1" column="1"> |
|
|
|
<item row="0" column="3"> |
|
|
|
<widget class="QCheckBox" name="defaultLabel"> |
|
|
|
<spacer name="horizontalSpacer"> |
|
|
|
<property name="text"> |
|
|
|
<property name="orientation"> |
|
|
|
<string>Set as default label</string> |
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
<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="sizeHint" stdset="0"> |
|
|
|
|
|
|
|
<size> |
|
|
|
|
|
|
|
<width>0</width> |
|
|
|
|
|
|
|
<height>0</height> |
|
|
|
|
|
|
|
</size> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
</spacer> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QGroupBox" name="info_group"> |
|
|
|
<widget class="QGroupBox" name="infoGroup"> |
|
|
|
<property name="title"> |
|
|
|
<property name="title"> |
|
|
|
<string>Torrent Information</string> |
|
|
|
<string>Torrent information</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
|
|
<layout class="QVBoxLayout" name="infoGroupLayout"> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0" columnstretch="0,1"> |
|
|
|
<layout class="QGridLayout" name="gridLayout" columnstretch="0,1"> |
|
|
|
<item row="0" column="0"> |
|
|
|
<item row="0" column="0"> |
|
|
|
<widget class="QLabel" name="label"> |
|
|
|
<widget class="QLabel" name="label"> |
|
|
|
<property name="text"> |
|
|
|
<property name="text"> |
|
|
@ -153,27 +176,23 @@ |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="0" column="1"> |
|
|
|
<item row="0" column="1"> |
|
|
|
<widget class="QLabel" name="size_lbl"> |
|
|
|
<widget class="QLabel" name="size_lbl"/> |
|
|
|
<property name="text"> |
|
|
|
|
|
|
|
<string notr="true">xx GB (xx GB available)</string> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
</widget> |
|
|
|
|
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="1" column="0"> |
|
|
|
<item row="3" column="0"> |
|
|
|
<widget class="QLabel" name="label_2"> |
|
|
|
<widget class="QLabel" name="label_2"> |
|
|
|
<property name="text"> |
|
|
|
<property name="text"> |
|
|
|
<string>Comment:</string> |
|
|
|
<string>Comment:</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="alignment"> |
|
|
|
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
|
|
|
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="1" column="1"> |
|
|
|
<item row="3" column="1"> |
|
|
|
<widget class="QLabel" name="comment_lbl"> |
|
|
|
<widget class="QLabel" name="comment_lbl"> |
|
|
|
<property name="textFormat"> |
|
|
|
<property name="textFormat"> |
|
|
|
<enum>Qt::RichText</enum> |
|
|
|
<enum>Qt::RichText</enum> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="wordWrap"> |
|
|
|
<property name="wordWrap"> |
|
|
|
<bool>true</bool> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</property> |
|
|
@ -185,28 +204,24 @@ |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="2" column="0"> |
|
|
|
<item row="1" column="0"> |
|
|
|
<widget class="QLabel" name="label_3"> |
|
|
|
<widget class="QLabel" name="label_3"> |
|
|
|
<property name="text"> |
|
|
|
<property name="text"> |
|
|
|
<string>Date:</string> |
|
|
|
<string>Date:</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="2" column="1"> |
|
|
|
<item row="1" column="1"> |
|
|
|
<widget class="QLabel" name="date_lbl"> |
|
|
|
<widget class="QLabel" name="date_lbl"/> |
|
|
|
<property name="text"> |
|
|
|
|
|
|
|
<string notr="true">02/03/2012 20:30</string> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
</widget> |
|
|
|
|
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="3" column="0"> |
|
|
|
<item row="2" column="0"> |
|
|
|
<widget class="QLabel" name="label_4"> |
|
|
|
<widget class="QLabel" name="label_4"> |
|
|
|
<property name="text"> |
|
|
|
<property name="text"> |
|
|
|
<string>Info Hash:</string> |
|
|
|
<string>Hash:</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="3" column="1"> |
|
|
|
<item row="2" column="1"> |
|
|
|
<widget class="QLabel" name="lblhash"> |
|
|
|
<widget class="QLabel" name="lblhash"> |
|
|
|
<property name="textInteractionFlags"> |
|
|
|
<property name="textInteractionFlags"> |
|
|
|
<set>Qt::TextSelectableByMouse</set> |
|
|
|
<set>Qt::TextSelectableByMouse</set> |
|
|
@ -231,12 +246,25 @@ |
|
|
|
</layout> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
|
|
|
|
<item> |
|
|
|
|
|
|
|
<spacer name="verticalSpacer"> |
|
|
|
|
|
|
|
<property name="orientation"> |
|
|
|
|
|
|
|
<enum>Qt::Vertical</enum> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
|
|
|
|
<size> |
|
|
|
|
|
|
|
<width>0</width> |
|
|
|
|
|
|
|
<height>0</height> |
|
|
|
|
|
|
|
</size> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
</spacer> |
|
|
|
|
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<layout class="QHBoxLayout" name="buttonsHLayout"> |
|
|
|
<layout class="QHBoxLayout" name="buttonsHLayout"> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QProgressBar" name="progMetaLoading"> |
|
|
|
<widget class="QProgressBar" name="progMetaLoading"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</sizepolicy> |
|
|
@ -256,33 +284,10 @@ |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="lblMetaLoading"> |
|
|
|
<widget class="QLabel" name="lblMetaLoading"/> |
|
|
|
<property name="enabled"> |
|
|
|
|
|
|
|
<bool>true</bool> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="text"> |
|
|
|
|
|
|
|
<string notr="true"/> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
</widget> |
|
|
|
|
|
|
|
</item> |
|
|
|
|
|
|
|
<item> |
|
|
|
|
|
|
|
<spacer name="horizontalSpacer"> |
|
|
|
|
|
|
|
<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> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QDialogButtonBox" name="buttonBox"> |
|
|
|
<widget class="QDialogButtonBox" name="buttonBox"> |
|
|
|
<property name="orientation"> |
|
|
|
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="standardButtons"> |
|
|
|
<property name="standardButtons"> |
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|