108 lines
2.9 KiB
XML
108 lines
2.9 KiB
XML
<?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>
|
|
<width>339</width>
|
|
<height>151</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Set Torrent Location</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">[tr-style~="form-section"]
|
|
{
|
|
font-weight: bold;
|
|
margin-top: 12px;
|
|
margin-bottom: 1px;
|
|
}
|
|
[tr-style~="form-section"][tr-style~="first"]
|
|
{
|
|
margin-top: 0;
|
|
}
|
|
[tr-style~="form-label"]
|
|
{
|
|
margin-left: 18px;
|
|
}
|
|
#newLocationStack
|
|
{
|
|
min-width: 15em;
|
|
}</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="dialogLayout">
|
|
<property name="sizeConstraint">
|
|
<enum>QLayout::SetFixedSize</enum>
|
|
</property>
|
|
<item row="0" column="0" colspan="2">
|
|
<widget class="QLabel" name="setLocationSectionLabel">
|
|
<property name="text">
|
|
<string>Set Location</string>
|
|
</property>
|
|
<property name="tr-style" stdset="0">
|
|
<string notr="true">form-section first</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="newLocationLabel">
|
|
<property name="text">
|
|
<string>New &location:</string>
|
|
</property>
|
|
<property name="tr-style" stdset="0">
|
|
<string notr="true">form-label</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QStackedWidget" name="newLocationStack">
|
|
<widget class="TrPathButton" name="newLocationButton"/>
|
|
<widget class="QLineEdit" name="newLocationEdit"/>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0" colspan="2">
|
|
<widget class="QRadioButton" name="moveDataRadio">
|
|
<property name="text">
|
|
<string>&Move from the current folder</string>
|
|
</property>
|
|
<property name="tr-style" stdset="0">
|
|
<string notr="true">form-label</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0" colspan="2">
|
|
<widget class="QRadioButton" name="findDataRadio">
|
|
<property name="text">
|
|
<string>Local data is &already there</string>
|
|
</property>
|
|
<property name="tr-style" stdset="0">
|
|
<string notr="true">form-label</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0" colspan="2">
|
|
<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>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>TrPathButton</class>
|
|
<extends>QToolButton</extends>
|
|
<header>path-button.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|