blob: fa97857f0be0b8de0e09434d66bd26e329773cef [file] [log] [blame]
Olivier SOLDANOcc28a0d2017-07-21 13:53:31 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DeleteContactDialog</class>
4 <widget class="QDialog" name="DeleteContactDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>200</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>Dialog</string>
21 </property>
22 <layout class="QVBoxLayout" name="verticalLayout">
23 <item>
24 <spacer name="verticalSpacer">
25 <property name="orientation">
26 <enum>Qt::Vertical</enum>
27 </property>
28 <property name="sizeType">
29 <enum>QSizePolicy::MinimumExpanding</enum>
30 </property>
31 <property name="sizeHint" stdset="0">
32 <size>
33 <width>20</width>
34 <height>10</height>
35 </size>
36 </property>
37 </spacer>
38 </item>
39 <item alignment="Qt::AlignHCenter">
40 <widget class="QLabel" name="label">
41 <property name="font">
42 <font>
43 <pointsize>12</pointsize>
44 </font>
45 </property>
46 <property name="text">
47 <string>Do you want to delete this contact?</string>
48 </property>
49 </widget>
50 </item>
51 <item alignment="Qt::AlignHCenter">
52 <widget class="QLabel" name="contactNameLabel">
53 <property name="minimumSize">
54 <size>
55 <width>10</width>
56 <height>0</height>
57 </size>
58 </property>
59 <property name="font">
60 <font>
61 <pointsize>12</pointsize>
62 <weight>75</weight>
63 <bold>true</bold>
64 </font>
65 </property>
66 <property name="text">
67 <string/>
68 </property>
69 </widget>
70 </item>
71 <item alignment="Qt::AlignHCenter">
72 <widget class="QLabel" name="contactIdLabel">
73 <property name="minimumSize">
74 <size>
75 <width>10</width>
76 <height>0</height>
77 </size>
78 </property>
79 <property name="font">
80 <font>
81 <pointsize>12</pointsize>
82 <italic>true</italic>
83 </font>
84 </property>
85 <property name="text">
86 <string/>
87 </property>
88 </widget>
89 </item>
90 <item>
91 <spacer name="verticalSpacer_2">
92 <property name="orientation">
93 <enum>Qt::Vertical</enum>
94 </property>
95 <property name="sizeType">
96 <enum>QSizePolicy::MinimumExpanding</enum>
97 </property>
98 <property name="sizeHint" stdset="0">
99 <size>
100 <width>20</width>
101 <height>20</height>
102 </size>
103 </property>
104 </spacer>
105 </item>
106 <item>
107 <layout class="QHBoxLayout" name="buttonRow">
108 <property name="spacing">
109 <number>10</number>
110 </property>
111 <property name="topMargin">
112 <number>0</number>
113 </property>
114 <item>
115 <widget class="QPushButton" name="deleteCancelBtn">
116 <property name="minimumSize">
117 <size>
118 <width>0</width>
119 <height>30</height>
120 </size>
121 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400122 <property name="toolTip">
123 <string>Cancel contact deletion button</string>
124 </property>
Olivier SOLDANOcc28a0d2017-07-21 13:53:31 -0400125 <property name="text">
126 <string>Cancel</string>
127 </property>
128 </widget>
129 </item>
130 <item>
131 <widget class="QPushButton" name="deleteAcceptBtn">
132 <property name="minimumSize">
133 <size>
134 <width>0</width>
135 <height>30</height>
136 </size>
137 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400138 <property name="toolTip">
139 <string>Delete contact validation button</string>
140 </property>
Olivier SOLDANOcc28a0d2017-07-21 13:53:31 -0400141 <property name="text">
142 <string>Delete</string>
143 </property>
144 </widget>
145 </item>
146 <item>
147 <widget class="QPushButton" name="deleteBanBtn">
148 <property name="minimumSize">
149 <size>
150 <width>0</width>
151 <height>30</height>
152 </size>
153 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400154 <property name="toolTip">
155 <string>Delete and ban validation button</string>
156 </property>
Olivier SOLDANOcc28a0d2017-07-21 13:53:31 -0400157 <property name="text">
158 <string>Delete and ban</string>
159 </property>
160 </widget>
161 </item>
162 </layout>
163 </item>
164 <item>
165 <spacer name="verticalSpacer_3">
166 <property name="orientation">
167 <enum>Qt::Vertical</enum>
168 </property>
169 <property name="sizeHint" stdset="0">
170 <size>
171 <width>20</width>
172 <height>10</height>
173 </size>
174 </property>
175 </spacer>
176 </item>
177 </layout>
178 </widget>
179 <resources/>
180 <connections/>
181</ui>