blob: 4280a6eda76ea784fc3ed520095b78b0757576ab [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>
122 <property name="text">
123 <string>Cancel</string>
124 </property>
125 </widget>
126 </item>
127 <item>
128 <widget class="QPushButton" name="deleteAcceptBtn">
129 <property name="minimumSize">
130 <size>
131 <width>0</width>
132 <height>30</height>
133 </size>
134 </property>
135 <property name="text">
136 <string>Delete</string>
137 </property>
138 </widget>
139 </item>
140 <item>
141 <widget class="QPushButton" name="deleteBanBtn">
142 <property name="minimumSize">
143 <size>
144 <width>0</width>
145 <height>30</height>
146 </size>
147 </property>
148 <property name="text">
149 <string>Delete and ban</string>
150 </property>
151 </widget>
152 </item>
153 </layout>
154 </item>
155 <item>
156 <spacer name="verticalSpacer_3">
157 <property name="orientation">
158 <enum>Qt::Vertical</enum>
159 </property>
160 <property name="sizeHint" stdset="0">
161 <size>
162 <width>20</width>
163 <height>10</height>
164 </size>
165 </property>
166 </spacer>
167 </item>
168 </layout>
169 </widget>
170 <resources/>
171 <connections/>
172</ui>