1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>TrackersAdditionDialog
</class>
4 <widget class=
"QDialog" name=
"TrackersAdditionDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Add trackers
</string>
16 <layout class=
"QVBoxLayout" name=
"verticalLayout">
18 <widget class=
"QLabel" name=
"label">
19 <property name=
"text">
20 <string>List of trackers to add (one per line):
</string>
25 <widget class=
"QTextEdit" name=
"textEditTrackersList">
26 <property name=
"lineWrapMode">
27 <enum>QTextEdit::NoWrap
</enum>
29 <property name=
"acceptRichText">
35 <widget class=
"QLabel" name=
"label_2">
36 <property name=
"text">
37 <string>µTorrent compatible list URL:
</string>
42 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
44 <widget class=
"QLineEdit" name=
"lineEditListURL"/>
47 <widget class=
"QPushButton" name=
"downloadButton">
48 <property name=
"toolTip">
49 <string>Download trackers list
</string>
56 <widget class=
"QDialogButtonBox" name=
"buttonBox">
57 <property name=
"orientation">
58 <enum>Qt::Horizontal
</enum>
60 <property name=
"standardButtons">
61 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok
</set>