@ -1,108 +1,169 @@
<ui version="4.0" >
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>addTorrentDialog</class>
<class>addTorrentDialog</class>
<widget class="QDialog" name="addTorrentDialog" >
<widget class="QDialog" name="addTorrentDialog">
<property name="geometry" >
<property name="geometry">
<rect>
<rect>
<x>0</x>
<x>0</x>
<y>0</y>
<y>0</y>
<width>511</width>
<width>511</width>
<height>44 1</height>
<height>46 1</height>
</rect>
</rect>
</property>
</property>
<property name="windowTitle" >
<property name="windowTitle">
<string>Torrent addition dialog</string>
<string>Torrent addition dialog</string>
</property>
</property>
<layout class="QVBoxLayout" >
<layout class="QVBoxLayout" name="verticalLayout" >
<item>
<item>
<widget class="QLabel" name="fileNameLbl" >
<widget class="QLabel" name="fileNameLbl">
<property name="text" >
<property name="text">
<string/>
<string/>
</property>
</property>
</widget>
</widget>
</item>
</item>
<item>
<item>
<widget class="Line" name="line" >
<widget class="Line" name="line">
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Horizontal</enum>
</property>
</property>
</widget>
</widget>
</item>
</item>
<item>
<item>
<widget class="QLabel" name="savePathLbl" >
<widget class="QLabel" name="savePathLbl">
<property name="font" >
<property name="font">
<font>
<font>
<weight>75</weight>
<weight>75</weight>
<bold>true</bold>
<bold>true</bold>
</font>
</font>
</property>
</property>
<property name="text" >
<property name="text">
<string>Save path:</string>
<string>Save path:</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
<item>
<item>
<layout class="QHBoxLayout" >
<layout class="QHBoxLayout">
<property name="spacing" >
<property name="spacing">
<number>6</number>
<number>6</number>
</property>
</property>
<property name="leftMargin" >
<property name="margin" >
<number>0</number>
<number>0</number>
</property>
</property>
<property name="topMargin" >
<item>
<number>0</number>
<widget class="QLineEdit" name="savePathTxt"/>
</item>
<item>
<widget class="QToolButton" name="browseButton">
<property name="text">
<string>...</string>
</property>
</property>
<property name="rightMargin" >
</widget>
<number>0</number>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Torrent size:</string>
</property>
</property>
<property name="bottomMargin" >
</widget>
<number>0</number>
</item>
<item>
<widget class="QLabel" name="lbl_torrent_size">
<property name="text">
<string>Unknown</string>
</property>
</property>
</widget>
</item>
<item>
<item>
<widget class="QLineEdit" name="savePathTxt" />
<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>
<item>
<item>
<widget class="QToolButton" name="browseButton" >
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="text" >
<item>
<string>...</string>
<widget class="QLabel" name="label">
<property name="text">
<string>Free disk space:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lbl_disk_space">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_space_msg">
<property name="text">
<string/>
</property>
</property>
</widget>
</widget>
</item>
</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>
</layout>
</layout>
</item>
</item>
<item>
<item>
<widget class="QLabel" name="torrentContentLbl" >
<widget class="QLabel" name="torrentContentLbl">
<property name="font" >
<property name="font">
<font>
<font>
<weight>75</weight>
<weight>75</weight>
<bold>true</bold>
<bold>true</bold>
</font>
</font>
</property>
</property>
<property name="text" >
<property name="text">
<string>Torrent content:</string>
<string>Torrent content:</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
<item>
<item>
<widget class="QTreeView" name="torrentContentList" >
<widget class="QTreeView" name="torrentContentList">
<property name="contextMenuPolicy" >
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
<enum>Qt::CustomContextMenu</enum>
</property>
</property>
<property name="editTriggers" >
<property name="editTriggers">
<set>QAbstractItemView::AllEditTriggers</set>
<set>QAbstractItemView::AllEditTriggers</set>
</property>
</property>
<property name="selectionMode" >
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
</property>
</widget>
</widget>
</item>
</item>
<item>
<item>
<layout class="QHBoxLayout" >
<layout class="QHBoxLayout">
<item>
<item>
<spacer>
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Horizontal</enum>
</property>
</property>
<property name="sizeHint" >
<property name="sizeHint" stdset="0" >
<size>
<size>
<width>40</width>
<width>40</width>
<height>20</height>
<height>20</height>
@ -111,25 +172,25 @@
</spacer>
</spacer>
</item>
</item>
<item>
<item>
<widget class="QPushButton" name="collapseAllButton" >
<widget class="QPushButton" name="collapseAllButton">
<property name="text" >
<property name="text">
<string>Collapse all</string>
<string>Collapse all</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
<item>
<item>
<widget class="QPushButton" name="expandAllButton" >
<widget class="QPushButton" name="expandAllButton">
<property name="text" >
<property name="text">
<string>Expand all</string>
<string>Expand all</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
<item>
<item>
<spacer>
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Horizontal</enum>
</property>
</property>
<property name="sizeHint" >
<property name="sizeHint" stdset="0" >
<size>
<size>
<width>40</width>
<width>40</width>
<height>20</height>
<height>20</height>
@ -140,42 +201,33 @@
</layout>
</layout>
</item>
</item>
<item>
<item>
<widget class="QCheckBox" name="checkIncrementalDL" >
<widget class="QCheckBox" name="checkIncrementalDL">
<property name="text" >
<property name="text">
<string>Download in correct order (slower but good for previewing)</string>
<string>Download in sequential order (slower but good for previewing)</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
<item>
<item>
<widget class="QCheckBox" name="addInPause" >
<widget class="QCheckBox" name="addInPause">
<property name="text" >
<property name="text">
<string>Add to download list in paused state</string>
<string>Add to download list in paused state</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
<item>
<item>
<layout class="QHBoxLayout" >
<layout class="QHBoxLayout">
<property name="spacing" >
<property name="spacing">
<number>6</number>
<number>6</number>
</property>
</property>
<property name="leftMargin" >
<property name="margin">
<number>0</number>
</property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number>
<number>0</number>
</property>
</property>
<item>
<item>
<spacer>
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Horizontal</enum>
</property>
</property>
<property name="sizeHint" >
<property name="sizeHint" stdset="0">
<size>
<size>
<width>40</width>
<width>40</width>
<height>20</height>
<height>20</height>
@ -184,25 +236,25 @@
</spacer>
</spacer>
</item>
</item>
<item>
<item>
<widget class="QPushButton" name="OkButton" >
<widget class="QPushButton" name="OkButton">
<property name="text" >
<property name="text">
<string>Add</string>
<string>Add</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
<item>
<item>
<widget class="QPushButton" name="CancelButton" >
<widget class="QPushButton" name="CancelButton">
<property name="text" >
<property name="text">
<string>Cancel</string>
<string>Cancel</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
<item>
<item>
<spacer>
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Horizontal</enum>
</property>
</property>
<property name="sizeHint" >
<property name="sizeHint" stdset="0" >
<size>
<size>
<width>40</width>
<width>40</width>
<height>20</height>
<height>20</height>
@ -213,23 +265,23 @@
</layout>
</layout>
</item>
</item>
</layout>
</layout>
<action name="actionIgnored" >
<action name="actionIgnored">
<property name="text" >
<property name="text">
<string>Ignored</string>
<string>Ignored</string>
</property>
</property>
</action>
</action>
<action name="actionNormal" >
<action name="actionNormal">
<property name="text" >
<property name="text">
<string>Normal</string>
<string>Normal</string>
</property>
</property>
</action>
</action>
<action name="actionHigh" >
<action name="actionHigh">
<property name="text" >
<property name="text">
<string>High</string>
<string>High</string>
</property>
</property>
</action>
</action>
<action name="actionMaximum" >
<action name="actionMaximum">
<property name="text" >
<property name="text">
<string>Maximum</string>
<string>Maximum</string>
</property>
</property>
</action>
</action>