Don't overwrite stored layout of main window with incorrect one
[qBittorrent.git] / src / gui / trackerentriesdialog.ui
blobadee9c8ff264e689c44529aa70088d8595371b7d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TrackerEntriesDialog</class>
4 <widget class="QDialog" name="TrackerEntriesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>506</width>
10 <height>500</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Edit trackers</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QLabel" name="label">
19 <property name="text">
20 <string>One tracker URL per line.
22 - You can split the trackers into groups by inserting blank lines.
23 - All trackers within the same group will belong to the same tier.
24 - The group on top will be tier 0, the next group tier 1 and so on.
25 - Below will show the common subset of trackers of the selected torrents.</string>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <widget class="QPlainTextEdit" name="plainTextEdit">
31 <property name="tabChangesFocus">
32 <bool>true</bool>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <widget class="QDialogButtonBox" name="buttonBox">
38 <property name="standardButtons">
39 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
40 </property>
41 </widget>
42 </item>
43 </layout>
44 </widget>
45 <resources/>
46 <connections/>
47 </ui>