Enable customizing the save statistics time interval
[qBittorrent.git] / src / gui / properties / peersadditiondialog.ui
blob3084080fec3163d4b7d7875734661e09d184a4e7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PeersAdditionDialog</class>
4 <widget class="QDialog" name="PeersAdditionDialog">
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 Peers</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 peers to add (one IP per line):</string>
21 </property>
22 </widget>
23 </item>
24 <item>
25 <widget class="QTextEdit" name="textEditPeers">
26 <property name="lineWrapMode">
27 <enum>QTextEdit::NoWrap</enum>
28 </property>
29 <property name="acceptRichText">
30 <bool>false</bool>
31 </property>
32 <property name="placeholderText">
33 <string>Format: IPv4:port / [IPv6]:port</string>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QDialogButtonBox" name="buttonBox">
39 <property name="orientation">
40 <enum>Qt::Horizontal</enum>
41 </property>
42 <property name="standardButtons">
43 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
44 </property>
45 </widget>
46 </item>
47 </layout>
48 </widget>
49 <resources/>
50 <connections/>
51 </ui>