|
|
|
@ -2,26 +2,14 @@
@@ -2,26 +2,14 @@
|
|
|
|
|
<ui version="4.0"> |
|
|
|
|
<class>PropertiesWidget</class> |
|
|
|
|
<widget class="QWidget" name="PropertiesWidget"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>0</x> |
|
|
|
|
<y>0</y> |
|
|
|
|
<width>758</width> |
|
|
|
|
<height>235</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<pointsize>8</pointsize> |
|
|
|
|
</font> |
|
|
|
|
</property> |
|
|
|
|
<property name="windowTitle"> |
|
|
|
|
<string>Form</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="styleSheet"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
|
|
|
<property name="spacing"> |
|
|
|
|
<number>0</number> |
|
|
|
@ -31,470 +19,454 @@
@@ -31,470 +19,454 @@
|
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QStackedWidget" name="stackedProperties"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>16777215</width> |
|
|
|
|
<height>260</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="currentIndex"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QWidget" name="page"> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4"> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" name="ProgressHLayout"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="downloaded_pieces_lbl"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>100</width> |
|
|
|
|
<height>16777215</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Downloaded:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="progress_lbl"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>44</width> |
|
|
|
|
<height>16777215</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string notr="true">0.0%</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7"> |
|
|
|
|
<property name="spacing"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="margin"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5"> |
|
|
|
|
<property name="spacing"> |
|
|
|
|
<number>0</number> |
|
|
|
|
<widget class="QScrollArea" name="scrollArea"> |
|
|
|
|
<property name="verticalScrollBarPolicy"> |
|
|
|
|
<enum>Qt::ScrollBarAsNeeded</enum> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="groupTorrentInfos"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<pointsize>8</pointsize> |
|
|
|
|
<weight>75</weight> |
|
|
|
|
<bold>true</bold> |
|
|
|
|
</font> |
|
|
|
|
<property name="widgetResizable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>0</x> |
|
|
|
|
<y>-39</y> |
|
|
|
|
<width>714</width> |
|
|
|
|
<height>285</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_10"> |
|
|
|
|
<property name="spacing"> |
|
|
|
|
<number>3</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>Torrent information</string> |
|
|
|
|
<property name="topMargin"> |
|
|
|
|
<number>3</number> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4"> |
|
|
|
|
<property name="bottomMargin"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<property name="bottomMargin"> |
|
|
|
|
<number>1</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" name="ProgressHLayout"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="downloaded_pieces_lbl"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>100</width> |
|
|
|
|
<height>16777215</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Downloaded:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="progress_lbl"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>44</width> |
|
|
|
|
<height>16777215</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string notr="true">0.0%</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignCenter</set> |
|
|
|
|
</property> |
|
|
|
|
<property name="margin"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="Line" name="line_2"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="groupBox"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>Transfer</string> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
|
|
|
<property name="leftMargin"> |
|
|
|
|
<number>3</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="rightMargin"> |
|
|
|
|
<number>3</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="bottomMargin"> |
|
|
|
|
<number>3</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
|
|
|
<layout class="QVBoxLayout" name="_4"> |
|
|
|
|
<property name="spacing"> |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="margin"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="savePath_lbl"> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>16777215</width> |
|
|
|
|
<height>22</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<pointsize>8</pointsize> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
</font> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QLabel" name="label_5"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Save path:</string> |
|
|
|
|
<string>Uploaded:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="creator_lbl"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<pointsize>8</pointsize> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
</font> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QLabel" name="label_6"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Creator:</string> |
|
|
|
|
<string>Downloaded:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="hash_lbl2"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<pointsize>8</pointsize> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
</font> |
|
|
|
|
<widget class="QLabel" name="label_8"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Wasted:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="_5"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="upTotal"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Torrent hash:</string> |
|
|
|
|
<string notr="true">0 Kb</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="comment_lbl2"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<pointsize>8</pointsize> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
</font> |
|
|
|
|
<widget class="QLabel" name="dlTotal"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string notr="true">0 Kb</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="wasted"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Comment:</string> |
|
|
|
|
<string notr="true">0 kb</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3"> |
|
|
|
|
<spacer name="horizontalSpacer_2"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
|
<size> |
|
|
|
|
<width>97</width> |
|
|
|
|
<height>20</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
</spacer> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4"> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="save_path"> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>16777215</width> |
|
|
|
|
<height>22</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
</font> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="changeSavePathButton"> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>22</width> |
|
|
|
|
<height>22</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
</font> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string notr="true">...</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
<widget class="QLabel" name="label"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>UP limit:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="creator"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
</font> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QLabel" name="label_2"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
<string>DL limit:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="hash_lbl"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
</font> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QLabel" name="label_7"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
<string>Time elapsed:</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="textInteractionFlags"> |
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="lbl_uplimit"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string notr="true">∞</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="comment_lbl"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
</font> |
|
|
|
|
<widget class="QLabel" name="lbl_dllimit"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string notr="true">∞</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="lbl_elapsed"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
<string notr="true">∞</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<spacer> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
|
<size> |
|
|
|
|
<width>190</width> |
|
|
|
|
<height>20</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
</spacer> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="groupBox"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<pointsize>8</pointsize> |
|
|
|
|
<weight>75</weight> |
|
|
|
|
<italic>false</italic> |
|
|
|
|
<bold>true</bold> |
|
|
|
|
<underline>false</underline> |
|
|
|
|
<strikeout>false</strikeout> |
|
|
|
|
</font> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>Current session</string> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" name="_2"> |
|
|
|
|
<property name="leftMargin"> |
|
|
|
|
<number>9</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="topMargin"> |
|
|
|
|
<number>9</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="rightMargin"> |
|
|
|
|
<number>9</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="bottomMargin"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" name="_3"> |
|
|
|
|
<property name="spacing"> |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="margin"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="_4"> |
|
|
|
|
<property name="spacing"> |
|
|
|
|
<number>6</number> |
|
|
|
|
<spacer name="horizontalSpacer_5"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="margin"> |
|
|
|
|
<number>0</number> |
|
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
|
<size> |
|
|
|
|
<width>98</width> |
|
|
|
|
<height>20</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
</spacer> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_12"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="label_5"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<italic>false</italic> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
<underline>false</underline> |
|
|
|
|
<strikeout>false</strikeout> |
|
|
|
|
</font> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QLabel" name="lbl_ratio"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Total uploaded:</string> |
|
|
|
|
<string>Share ratio:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="label_6"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<italic>false</italic> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
<underline>false</underline> |
|
|
|
|
<strikeout>false</strikeout> |
|
|
|
|
</font> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QLabel" name="label_4"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Total downloaded:</string> |
|
|
|
|
<string>Connections:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="lbl_ratio"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
</font> |
|
|
|
|
<widget class="QLabel" name="label_10"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string notr="true"> </string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_11"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="shareRatio"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Share ratio:</string> |
|
|
|
|
<string notr="true">1.0</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="label_8"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<italic>false</italic> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
<underline>false</underline> |
|
|
|
|
<strikeout>false</strikeout> |
|
|
|
|
</font> |
|
|
|
|
<widget class="QLabel" name="lbl_connections"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string notr="true">0</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="label_11"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Total failed:</string> |
|
|
|
|
<string notr="true"> </string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="_5"> |
|
|
|
|
<property name="spacing"> |
|
|
|
|
<number>6</number> |
|
|
|
|
<spacer name="horizontalSpacer_3"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="margin"> |
|
|
|
|
<number>0</number> |
|
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
|
<size> |
|
|
|
|
<width>97</width> |
|
|
|
|
<height>20</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
</spacer> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="groupTorrentInfos"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>Information</string> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4"> |
|
|
|
|
<property name="spacing"> |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="leftMargin"> |
|
|
|
|
<number>3</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="topMargin"> |
|
|
|
|
<number>9</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="rightMargin"> |
|
|
|
|
<number>3</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="bottomMargin"> |
|
|
|
|
<number>3</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="upTotal"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
</font> |
|
|
|
|
<widget class="QLabel" name="savePath_lbl"> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>16777215</width> |
|
|
|
|
<height>19</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
<string>Save path:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="dlTotal"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
</font> |
|
|
|
|
<widget class="QLabel" name="label_9"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Created on:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="hash_lbl2"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
<string>Torrent hash:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="shareRatio"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
</font> |
|
|
|
|
<widget class="QLabel" name="comment_lbl2"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Comment:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3"> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
|
|
|
<property name="spacing"> |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="save_path"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string notr="true">path</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="changeSavePathButton"> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>22</width> |
|
|
|
|
<height>19</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string notr="true">...</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="flat"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="lbl_creationDate"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
<string notr="true">date</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="failed"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
</font> |
|
|
|
|
<widget class="QLabel" name="hash_lbl"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string notr="true">hash</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="textInteractionFlags"> |
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="comment_lbl"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
<string notr="true">comment</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<spacer> |
|
|
|
|
<spacer name="horizontalSpacer_4"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
|
<size> |
|
|
|
|
<width>181</width> |
|
|
|
|
<width>517</width> |
|
|
|
|
<height>20</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
</spacer> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QCheckBox" name="incrementalDownload"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<pointsize>8</pointsize> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<italic>false</italic> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
<underline>false</underline> |
|
|
|
|
<strikeout>false</strikeout> |
|
|
|
|
</font> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Download in correct order (slower but good for previewing)</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QCheckBox" name="incrementalDownload"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Download in correct order (slower but good for previewing)</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
@ -714,16 +686,6 @@
@@ -714,16 +686,6 @@
|
|
|
|
|
<height>16</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<pointsize>8</pointsize> |
|
|
|
|
<weight>50</weight> |
|
|
|
|
<italic>false</italic> |
|
|
|
|
<bold>false</bold> |
|
|
|
|
<underline>false</underline> |
|
|
|
|
<strikeout>false</strikeout> |
|
|
|
|
</font> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Current tracker:</string> |
|
|
|
|
</property> |
|
|
|
@ -920,6 +882,9 @@
@@ -920,6 +882,9 @@
|
|
|
|
|
<property name="rightMargin"> |
|
|
|
|
<number>5</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="bottomMargin"> |
|
|
|
|
<number>2</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="main_infos_button"> |
|
|
|
|
<property name="styleSheet"> |
|
|
|
|