Enable customizing the save statistics time interval
[qBittorrent.git] / src / gui / trackersadditiondialog.ui
blob4f97142b4ce749687837f8be265e34eb30d9b591
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TrackersAdditionDialog</class>
4 <widget class="QDialog" name="TrackersAdditionDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>367</width>
10 <height>274</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Add trackers</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QLabel" name="label">
19 <property name="text">
20 <string>List of trackers to add (one per line):</string>
21 </property>
22 </widget>
23 </item>
24 <item>
25 <widget class="QTextEdit" name="textEditTrackersList">
26 <property name="lineWrapMode">
27 <enum>QTextEdit::NoWrap</enum>
28 </property>
29 <property name="acceptRichText">
30 <bool>false</bool>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QLabel" name="label_2">
36 <property name="text">
37 <string>µTorrent compatible list URL:</string>
38 </property>
39 </widget>
40 </item>
41 <item>
42 <layout class="QHBoxLayout" name="horizontalLayout">
43 <item>
44 <widget class="QLineEdit" name="lineEditListURL"/>
45 </item>
46 <item>
47 <widget class="QPushButton" name="downloadButton">
48 <property name="toolTip">
49 <string>Download trackers list</string>
50 </property>
51 </widget>
52 </item>
53 </layout>
54 </item>
55 <item>
56 <widget class="QDialogButtonBox" name="buttonBox">
57 <property name="orientation">
58 <enum>Qt::Horizontal</enum>
59 </property>
60 <property name="standardButtons">
61 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
62 </property>
63 </widget>
64 </item>
65 </layout>
66 </widget>
67 <resources/>
68 <connections/>
69 </ui>