blob: 02e275d31c50882224f09ac1f5717f73868032c4 [file] [log] [blame]
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DeleteAccountDialog</class>
4 <widget class="QDialog" name="DeleteAccountDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>240</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Ring - account deletion</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout" stretch="3,3,1,1,1,0,3,0">
17 <item>
18 <spacer name="verticalSpacer">
19 <property name="orientation">
20 <enum>Qt::Vertical</enum>
21 </property>
22 <property name="sizeHint" stdset="0">
23 <size>
24 <width>20</width>
25 <height>40</height>
26 </size>
27 </property>
28 </spacer>
29 </item>
30 <item alignment="Qt::AlignHCenter">
31 <widget class="QLabel" name="deletionLabel1">
32 <property name="text">
Anthony LĂ©onardab580112017-08-07 14:28:47 -040033 <string>Do you really want to delete account ?</string>
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -040034 </property>
35 </widget>
36 </item>
37 <item alignment="Qt::AlignHCenter">
38 <widget class="QLabel" name="accountAliasLabel">
39 <property name="minimumSize">
40 <size>
41 <width>30</width>
42 <height>0</height>
43 </size>
44 </property>
45 <property name="text">
46 <string/>
47 </property>
48 </widget>
49 </item>
50 <item alignment="Qt::AlignHCenter">
51 <widget class="QLabel" name="accountIdLabel">
52 <property name="minimumSize">
53 <size>
54 <width>20</width>
55 <height>0</height>
56 </size>
57 </property>
58 <property name="text">
59 <string/>
60 </property>
61 </widget>
62 </item>
63 <item alignment="Qt::AlignHCenter">
64 <widget class="QLabel" name="deletionLabel2">
65 <property name="text">
66 <string>This action is irrevocable</string>
67 </property>
68 </widget>
69 </item>
70 <item alignment="Qt::AlignHCenter">
71 <widget class="QLabel" name="warningLabel">
72 <property name="text">
73 <string>If this account hasn't been exported, or added to another device, it will be lost</string>
74 </property>
75 <property name="alignment">
76 <set>Qt::AlignCenter</set>
77 </property>
78 <property name="wordWrap">
79 <bool>true</bool>
80 </property>
81 </widget>
82 </item>
83 <item>
84 <spacer name="verticalSpacer_2">
85 <property name="orientation">
86 <enum>Qt::Vertical</enum>
87 </property>
88 <property name="sizeHint" stdset="0">
89 <size>
90 <width>20</width>
91 <height>40</height>
92 </size>
93 </property>
94 </spacer>
95 </item>
96 <item>
97 <layout class="QHBoxLayout" name="horizontalLayout">
98 <property name="leftMargin">
99 <number>0</number>
100 </property>
101 <property name="topMargin">
102 <number>0</number>
103 </property>
104 <property name="rightMargin">
105 <number>0</number>
106 </property>
107 <property name="bottomMargin">
108 <number>0</number>
109 </property>
110 <item>
111 <spacer name="horizontalSpacer">
112 <property name="orientation">
113 <enum>Qt::Horizontal</enum>
114 </property>
115 <property name="sizeHint" stdset="0">
116 <size>
117 <width>40</width>
118 <height>20</height>
119 </size>
120 </property>
121 </spacer>
122 </item>
123 <item>
124 <widget class="QPushButton" name="deleteCancelBtn">
125 <property name="sizePolicy">
126 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
127 <horstretch>0</horstretch>
128 <verstretch>0</verstretch>
129 </sizepolicy>
130 </property>
131 <property name="minimumSize">
132 <size>
133 <width>130</width>
134 <height>30</height>
135 </size>
136 </property>
137 <property name="text">
138 <string>Cancel</string>
139 </property>
140 </widget>
141 </item>
142 <item>
143 <spacer name="horizontalSpacer_3">
144 <property name="orientation">
145 <enum>Qt::Horizontal</enum>
146 </property>
147 <property name="sizeHint" stdset="0">
148 <size>
149 <width>40</width>
150 <height>20</height>
151 </size>
152 </property>
153 </spacer>
154 </item>
155 <item>
156 <widget class="QPushButton" name="deleteAcceptBtn">
157 <property name="minimumSize">
158 <size>
159 <width>130</width>
160 <height>30</height>
161 </size>
162 </property>
163 <property name="text">
164 <string>Ok</string>
165 </property>
166 </widget>
167 </item>
168 <item>
169 <spacer name="horizontalSpacer_2">
170 <property name="orientation">
171 <enum>Qt::Horizontal</enum>
172 </property>
173 <property name="sizeHint" stdset="0">
174 <size>
175 <width>40</width>
176 <height>20</height>
177 </size>
178 </property>
179 </spacer>
180 </item>
181 </layout>
182 </item>
183 </layout>
184 </widget>
185 <resources/>
186 <connections/>
187</ui>