80 lines
2.3 KiB
XML
80 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>TrackersDialog</class>
|
|
<widget class="QDialog" name="TrackersDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>515</width>
|
|
<height>450</height>
|
|
</rect>
|
|
</property>
|
|
<property name="acceptDrops">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Edit Trackers</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="dialogLayout">
|
|
<item>
|
|
<widget class="QLabel" name="filesSectionLabel">
|
|
<property name="styleSheet">
|
|
<string notr="true">font-weight:bold</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tracker Announce URLs</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QGridLayout" name="filesSectionLayout" columnstretch="0">
|
|
<property name="leftMargin">
|
|
<number>18</number>
|
|
</property>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="primaryLabel">
|
|
<property name="text">
|
|
<string>To add a new primary URL, add it after a blank line.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QPlainTextEdit" name="trackerList">
|
|
<property name="tabChangesFocus">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="backupLabel">
|
|
<property name="text">
|
|
<string><html><head/><body><p>To add a backup URL, add it on the next line after a primary URL.</p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="defaultsLabel">
|
|
<property name="text">
|
|
<string>Also see Default Public Trackers in Edit > Preferences > Network</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<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>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|