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=
"tabChangesFocus">
29 <property name=
"lineWrapMode">
30 <enum>QTextEdit::LineWrapMode::NoWrap
</enum>
32 <property name=
"acceptRichText">
38 <widget class=
"QLabel" name=
"label_2">
39 <property name=
"text">
40 <string>µTorrent compatible list URL:
</string>
45 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
47 <widget class=
"QLineEdit" name=
"lineEditListURL"/>
50 <widget class=
"QPushButton" name=
"downloadButton">
51 <property name=
"toolTip">
52 <string>Download trackers list
</string>
59 <widget class=
"QDialogButtonBox" name=
"buttonBox">
60 <property name=
"orientation">
61 <enum>Qt::Orientation::Horizontal
</enum>
63 <property name=
"standardButtons">
64 <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok
</set>