Provide torrent creation feature via WebAPI
[qBittorrent.git] / src / gui / deletionconfirmationdialog.ui
blob9912e2b44cc0ff0d51a706849ec97848b0e1e06f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DeletionConfirmationDialog</class>
4 <widget class="QDialog" name="DeletionConfirmationDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>463</width>
10 <height>128</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Remove torrent(s)</string>
21 </property>
22 <layout class="QVBoxLayout" name="verticalLayout">
23 <item>
24 <layout class="QHBoxLayout" name="horizontalLayout">
25 <item>
26 <widget class="QLabel" name="labelWarning">
27 <property name="sizePolicy">
28 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
29 <horstretch>0</horstretch>
30 <verstretch>0</verstretch>
31 </sizepolicy>
32 </property>
33 <property name="text">
34 <string/>
35 </property>
36 </widget>
37 </item>
38 <item>
39 <widget class="QLabel" name="label">
40 <property name="sizePolicy">
41 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
42 <horstretch>0</horstretch>
43 <verstretch>0</verstretch>
44 </sizepolicy>
45 </property>
46 <property name="text">
47 <string notr="true">message goes here</string>
48 </property>
49 <property name="alignment">
50 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
51 </property>
52 <property name="wordWrap">
53 <bool>true</bool>
54 </property>
55 </widget>
56 </item>
57 </layout>
58 </item>
59 <item>
60 <layout class="QHBoxLayout" name="horizontalLayout_2">
61 <item>
62 <widget class="QToolButton" name="rememberBtn">
63 <property name="enabled">
64 <bool>false</bool>
65 </property>
66 <property name="toolTip">
67 <string>Remember choice</string>
68 </property>
69 <property name="iconSize">
70 <size>
71 <width>24</width>
72 <height>24</height>
73 </size>
74 </property>
75 </widget>
76 </item>
77 <item>
78 <widget class="QCheckBox" name="checkPermDelete">
79 <property name="sizePolicy">
80 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
81 <horstretch>0</horstretch>
82 <verstretch>0</verstretch>
83 </sizepolicy>
84 </property>
85 <property name="font">
86 <font>
87 <italic>true</italic>
88 </font>
89 </property>
90 <property name="text">
91 <string>Also permanently delete the files</string>
92 </property>
93 </widget>
94 </item>
95 </layout>
96 </item>
97 <item>
98 <widget class="QDialogButtonBox" name="buttonBox">
99 <property name="sizePolicy">
100 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
101 <horstretch>0</horstretch>
102 <verstretch>0</verstretch>
103 </sizepolicy>
104 </property>
105 <property name="orientation">
106 <enum>Qt::Horizontal</enum>
107 </property>
108 <property name="standardButtons">
109 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
110 </property>
111 </widget>
112 </item>
113 </layout>
114 </widget>
115 <resources/>
116 <connections/>
117 </ui>