2022-02-18 17:52:01 +00:00
<?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>
2022-02-20 19:33:53 +00:00
<width>515</width>
2022-02-18 17:52:01 +00:00
<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">
2022-02-20 19:33:53 +00:00
<widget class="QLabel" name="primaryLabel">
2022-02-18 17:52:01 +00:00
<property name="text">
2022-02-20 19:33:53 +00:00
<string>To add a new primary URL, add it after a blank line.</string>
2022-02-18 17:52:01 +00:00
</property>
</widget>
</item>
<item row="2" column="0">
2022-02-20 19:33:53 +00:00
<widget class="QPlainTextEdit" name="trackerList">
<property name="tabChangesFocus">
<bool>true</bool>
</property>
</widget>
2022-02-18 17:52:01 +00:00
</item>
<item row="0" column="0">
2022-02-20 19:33:53 +00:00
<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">
2022-02-18 17:52:01 +00:00
<property name="text">
2022-02-20 19:33:53 +00:00
<string>Also see Default Public Trackers in Edit > Preferences > Network</string>
2022-02-18 17:52:01 +00:00
</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>