2014-12-29 04:03:56 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>OptionsDialog</class>
|
|
|
|
<widget class="QDialog" name="OptionsDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>418</width>
|
|
|
|
<height>379</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="dialogLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="sourceLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Source:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>sourceButton</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QStackedWidget" name="sourceStack">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2015-06-10 21:27:11 +00:00
|
|
|
<widget class="PathButton" name="sourceButton"/>
|
2014-12-29 04:03:56 +00:00
|
|
|
<widget class="QLineEdit" name="sourceEdit"/>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="destinationLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Destination folder:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>destinationButton</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QStackedWidget" name="destinationStack">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2015-06-10 21:27:11 +00:00
|
|
|
<widget class="PathButton" name="destinationButton"/>
|
2014-12-29 04:03:56 +00:00
|
|
|
<widget class="QLineEdit" name="destinationEdit"/>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
2015-06-10 21:27:11 +00:00
|
|
|
<widget class="FreeSpaceLabel" name="freeSpaceLabel">
|
2014-12-29 04:03:56 +00:00
|
|
|
<property name="text">
|
|
|
|
<string notr="true">...</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
<widget class="FileTreeView" name="filesView"/>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="priorityLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Priority:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>priorityCombo</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QComboBox" name="priorityCombo"/>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="startCheck">
|
|
|
|
<property name="text">
|
|
|
|
<string>S&tart when added</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="trashCheck">
|
|
|
|
<property name="text">
|
|
|
|
<string>Mo&ve .torrent file to the trash</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="0" colspan="2">
|
|
|
|
<widget class="QDialogButtonBox" name="dialogButtons">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Open</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>FileTreeView</class>
|
|
|
|
<extends>QTreeView</extends>
|
2015-06-10 21:27:11 +00:00
|
|
|
<header>FileTreeView.h</header>
|
2014-12-29 04:03:56 +00:00
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
2015-06-10 21:27:11 +00:00
|
|
|
<class>FreeSpaceLabel</class>
|
2014-12-29 04:03:56 +00:00
|
|
|
<extends>QLabel</extends>
|
2015-06-10 21:27:11 +00:00
|
|
|
<header>FreeSpaceLabel.h</header>
|
2014-12-29 04:03:56 +00:00
|
|
|
</customwidget>
|
2014-12-31 21:00:34 +00:00
|
|
|
<customwidget>
|
2015-06-10 21:27:11 +00:00
|
|
|
<class>PathButton</class>
|
2014-12-31 21:00:34 +00:00
|
|
|
<extends>QToolButton</extends>
|
2015-06-10 21:27:11 +00:00
|
|
|
<header>PathButton.h</header>
|
2014-12-31 21:00:34 +00:00
|
|
|
</customwidget>
|
2014-12-29 04:03:56 +00:00
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|