2014-12-26 10:35:00 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>RelocateDialog</class>
|
|
|
|
<widget class="QDialog" name="RelocateDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2015-01-21 21:14:00 +00:00
|
|
|
<width>333</width>
|
|
|
|
<height>155</height>
|
2014-12-26 10:35:00 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Set Torrent Location</string>
|
|
|
|
</property>
|
2015-01-21 21:14:00 +00:00
|
|
|
<layout class="QVBoxLayout" name="dialogLayout">
|
2014-12-26 10:35:00 +00:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetFixedSize</enum>
|
|
|
|
</property>
|
2015-01-21 21:14:00 +00:00
|
|
|
<item>
|
2014-12-26 10:35:00 +00:00
|
|
|
<widget class="QLabel" name="setLocationSectionLabel">
|
2015-01-21 21:14:00 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">font-weight:bold</string>
|
2014-12-26 10:35:00 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-01-21 21:14:00 +00:00
|
|
|
<string>Set Location</string>
|
2014-12-26 10:35:00 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-01-21 21:14:00 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="setLocationSectionLayout" columnstretch="0,1">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>18</number>
|
2014-12-26 10:35:00 +00:00
|
|
|
</property>
|
2015-01-21 21:14:00 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="newLocationLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>New &location:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QStackedWidget" name="newLocationStack">
|
2015-06-10 21:27:11 +00:00
|
|
|
<widget class="PathButton" name="newLocationButton"/>
|
2015-01-21 21:14:00 +00:00
|
|
|
<widget class="QLineEdit" name="newLocationEdit"/>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QRadioButton" name="moveDataRadio">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Move from the current folder</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<widget class="QRadioButton" name="findDataRadio">
|
|
|
|
<property name="text">
|
|
|
|
<string>Local data is &already there</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2014-12-26 10:35:00 +00:00
|
|
|
</item>
|
2015-01-21 21:14:00 +00:00
|
|
|
<item>
|
2014-12-26 10:35:00 +00:00
|
|
|
<widget class="QDialogButtonBox" name="dialogButtons">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2015-01-01 05:02:13 +00:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2015-06-10 21:27:11 +00:00
|
|
|
<class>PathButton</class>
|
2015-01-01 05:02:13 +00:00
|
|
|
<extends>QToolButton</extends>
|
2015-06-10 21:27:11 +00:00
|
|
|
<header>PathButton.h</header>
|
2015-01-01 05:02:13 +00:00
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2014-12-26 10:35:00 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|