WebAPI: add new method setTags to upsert tags on torrents
[qBittorrent.git] / src / gui / properties / peersadditiondialog.ui
blobfcc39159af609ad938d2ee0fce90e03c2146733d
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="tabChangesFocus">
27 <bool>true</bool>
28 </property>
29 <property name="lineWrapMode">
30 <enum>QTextEdit::LineWrapMode::NoWrap</enum>
31 </property>
32 <property name="acceptRichText">
33 <bool>false</bool>
34 </property>
35 <property name="placeholderText">
36 <string>Format: IPv4:port / [IPv6]:port</string>
37 </property>
38 </widget>
39 </item>
40 <item>
41 <widget class="QDialogButtonBox" name="buttonBox">
42 <property name="orientation">
43 <enum>Qt::Orientation::Horizontal</enum>
44 </property>
45 <property name="standardButtons">
46 <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
47 </property>
48 </widget>
49 </item>
50 </layout>
51 </widget>
52 <resources/>
53 <connections/>
54 </ui>