|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>SslInfoDialog</class> |
|
4 <widget class="QDialog" name="SslInfoDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>556</width> |
|
10 <height>337</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>SSL Certificate Info</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <layout class="QGridLayout" name="gridLayout"> |
|
22 <property name="horizontalSpacing"> |
|
23 <number>15</number> |
|
24 </property> |
|
25 <item row="0" column="0" colspan="2"> |
|
26 <widget class="QLabel" name="label"> |
|
27 <property name="text"> |
|
28 <string><b>Issued for</b></string> |
|
29 </property> |
|
30 </widget> |
|
31 </item> |
|
32 <item row="1" column="0"> |
|
33 <widget class="QLabel" name="label_2"> |
|
34 <property name="text"> |
|
35 <string>Common Name (CN)</string> |
|
36 </property> |
|
37 </widget> |
|
38 </item> |
|
39 <item row="1" column="1"> |
|
40 <widget class="QLabel" name="subjectCommonNameLabel"> |
|
41 <property name="sizePolicy"> |
|
42 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
43 <horstretch>0</horstretch> |
|
44 <verstretch>0</verstretch> |
|
45 </sizepolicy> |
|
46 </property> |
|
47 <property name="text"> |
|
48 <string/> |
|
49 </property> |
|
50 </widget> |
|
51 </item> |
|
52 <item row="2" column="0"> |
|
53 <widget class="QLabel" name="label_3"> |
|
54 <property name="text"> |
|
55 <string>Organization (O)</string> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 <item row="2" column="1"> |
|
60 <widget class="QLabel" name="subjectOrganizationLabel"> |
|
61 <property name="sizePolicy"> |
|
62 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
63 <horstretch>0</horstretch> |
|
64 <verstretch>0</verstretch> |
|
65 </sizepolicy> |
|
66 </property> |
|
67 <property name="text"> |
|
68 <string/> |
|
69 </property> |
|
70 </widget> |
|
71 </item> |
|
72 <item row="3" column="0"> |
|
73 <widget class="QLabel" name="label_4"> |
|
74 <property name="text"> |
|
75 <string>Organizational Unit (OU)</string> |
|
76 </property> |
|
77 </widget> |
|
78 </item> |
|
79 <item row="3" column="1"> |
|
80 <widget class="QLabel" name="subjectOrganizationalUnitLabel"> |
|
81 <property name="sizePolicy"> |
|
82 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
83 <horstretch>0</horstretch> |
|
84 <verstretch>0</verstretch> |
|
85 </sizepolicy> |
|
86 </property> |
|
87 <property name="text"> |
|
88 <string/> |
|
89 </property> |
|
90 </widget> |
|
91 </item> |
|
92 <item row="4" column="0"> |
|
93 <widget class="QLabel" name="label_5"> |
|
94 <property name="text"> |
|
95 <string>Serialnumber</string> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item row="4" column="1"> |
|
100 <widget class="QLabel" name="serialNumberLabel"> |
|
101 <property name="sizePolicy"> |
|
102 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
103 <horstretch>0</horstretch> |
|
104 <verstretch>0</verstretch> |
|
105 </sizepolicy> |
|
106 </property> |
|
107 <property name="text"> |
|
108 <string/> |
|
109 </property> |
|
110 </widget> |
|
111 </item> |
|
112 <item row="5" column="0" colspan="2"> |
|
113 <widget class="QLabel" name="label_6"> |
|
114 <property name="text"> |
|
115 <string><b>Issued by</b></string> |
|
116 </property> |
|
117 </widget> |
|
118 </item> |
|
119 <item row="6" column="0"> |
|
120 <widget class="QLabel" name="label_9"> |
|
121 <property name="text"> |
|
122 <string>Common Name (CN)</string> |
|
123 </property> |
|
124 </widget> |
|
125 </item> |
|
126 <item row="6" column="1"> |
|
127 <widget class="QLabel" name="issuerCommonNameLabel"> |
|
128 <property name="sizePolicy"> |
|
129 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
130 <horstretch>0</horstretch> |
|
131 <verstretch>0</verstretch> |
|
132 </sizepolicy> |
|
133 </property> |
|
134 <property name="text"> |
|
135 <string/> |
|
136 </property> |
|
137 </widget> |
|
138 </item> |
|
139 <item row="7" column="0"> |
|
140 <widget class="QLabel" name="label_8"> |
|
141 <property name="text"> |
|
142 <string>Organization (O)</string> |
|
143 </property> |
|
144 </widget> |
|
145 </item> |
|
146 <item row="7" column="1"> |
|
147 <widget class="QLabel" name="issuerOrganizationLabel"> |
|
148 <property name="sizePolicy"> |
|
149 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
150 <horstretch>0</horstretch> |
|
151 <verstretch>0</verstretch> |
|
152 </sizepolicy> |
|
153 </property> |
|
154 <property name="text"> |
|
155 <string/> |
|
156 </property> |
|
157 </widget> |
|
158 </item> |
|
159 <item row="8" column="0"> |
|
160 <widget class="QLabel" name="label_7"> |
|
161 <property name="text"> |
|
162 <string>Organizational Unit (OU)</string> |
|
163 </property> |
|
164 </widget> |
|
165 </item> |
|
166 <item row="8" column="1"> |
|
167 <widget class="QLabel" name="issuerOrganizationalUnitLabel"> |
|
168 <property name="sizePolicy"> |
|
169 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
170 <horstretch>0</horstretch> |
|
171 <verstretch>0</verstretch> |
|
172 </sizepolicy> |
|
173 </property> |
|
174 <property name="text"> |
|
175 <string/> |
|
176 </property> |
|
177 </widget> |
|
178 </item> |
|
179 <item row="9" column="0" colspan="2"> |
|
180 <widget class="QLabel" name="label_10"> |
|
181 <property name="text"> |
|
182 <string><b>Validity</b></string> |
|
183 </property> |
|
184 </widget> |
|
185 </item> |
|
186 <item row="10" column="0"> |
|
187 <widget class="QLabel" name="label_11"> |
|
188 <property name="text"> |
|
189 <string>Issued on</string> |
|
190 </property> |
|
191 </widget> |
|
192 </item> |
|
193 <item row="10" column="1"> |
|
194 <widget class="QLabel" name="effectiveLabel"> |
|
195 <property name="sizePolicy"> |
|
196 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
197 <horstretch>0</horstretch> |
|
198 <verstretch>0</verstretch> |
|
199 </sizepolicy> |
|
200 </property> |
|
201 <property name="text"> |
|
202 <string/> |
|
203 </property> |
|
204 </widget> |
|
205 </item> |
|
206 <item row="11" column="0"> |
|
207 <widget class="QLabel" name="label_12"> |
|
208 <property name="text"> |
|
209 <string>Expires on</string> |
|
210 </property> |
|
211 </widget> |
|
212 </item> |
|
213 <item row="11" column="1"> |
|
214 <widget class="QLabel" name="expiresLabel"> |
|
215 <property name="sizePolicy"> |
|
216 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
217 <horstretch>0</horstretch> |
|
218 <verstretch>0</verstretch> |
|
219 </sizepolicy> |
|
220 </property> |
|
221 <property name="text"> |
|
222 <string/> |
|
223 </property> |
|
224 </widget> |
|
225 </item> |
|
226 <item row="12" column="0" colspan="2"> |
|
227 <widget class="QLabel" name="label_13"> |
|
228 <property name="text"> |
|
229 <string><b>Fingerprints</b></string> |
|
230 </property> |
|
231 </widget> |
|
232 </item> |
|
233 <item row="13" column="0"> |
|
234 <widget class="QLabel" name="label_14"> |
|
235 <property name="text"> |
|
236 <string>SHA1-Fingerprint</string> |
|
237 </property> |
|
238 </widget> |
|
239 </item> |
|
240 <item row="13" column="1"> |
|
241 <widget class="QLabel" name="sha1Label"> |
|
242 <property name="sizePolicy"> |
|
243 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
244 <horstretch>0</horstretch> |
|
245 <verstretch>0</verstretch> |
|
246 </sizepolicy> |
|
247 </property> |
|
248 <property name="text"> |
|
249 <string/> |
|
250 </property> |
|
251 </widget> |
|
252 </item> |
|
253 <item row="14" column="0"> |
|
254 <widget class="QLabel" name="label_15"> |
|
255 <property name="text"> |
|
256 <string>MD5-Fingerprint</string> |
|
257 </property> |
|
258 </widget> |
|
259 </item> |
|
260 <item row="14" column="1"> |
|
261 <widget class="QLabel" name="md5Label"> |
|
262 <property name="sizePolicy"> |
|
263 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
264 <horstretch>0</horstretch> |
|
265 <verstretch>0</verstretch> |
|
266 </sizepolicy> |
|
267 </property> |
|
268 <property name="text"> |
|
269 <string/> |
|
270 </property> |
|
271 </widget> |
|
272 </item> |
|
273 </layout> |
|
274 </item> |
|
275 <item> |
|
276 <widget class="QDialogButtonBox" name="buttonBox"> |
|
277 <property name="orientation"> |
|
278 <enum>Qt::Horizontal</enum> |
|
279 </property> |
|
280 <property name="standardButtons"> |
|
281 <set>QDialogButtonBox::Close</set> |
|
282 </property> |
|
283 </widget> |
|
284 </item> |
|
285 </layout> |
|
286 </widget> |
|
287 <resources/> |
|
288 <connections> |
|
289 <connection> |
|
290 <sender>buttonBox</sender> |
|
291 <signal>accepted()</signal> |
|
292 <receiver>SslInfoDialog</receiver> |
|
293 <slot>accept()</slot> |
|
294 <hints> |
|
295 <hint type="sourcelabel"> |
|
296 <x>248</x> |
|
297 <y>254</y> |
|
298 </hint> |
|
299 <hint type="destinationlabel"> |
|
300 <x>157</x> |
|
301 <y>274</y> |
|
302 </hint> |
|
303 </hints> |
|
304 </connection> |
|
305 <connection> |
|
306 <sender>buttonBox</sender> |
|
307 <signal>rejected()</signal> |
|
308 <receiver>SslInfoDialog</receiver> |
|
309 <slot>reject()</slot> |
|
310 <hints> |
|
311 <hint type="sourcelabel"> |
|
312 <x>316</x> |
|
313 <y>260</y> |
|
314 </hint> |
|
315 <hint type="destinationlabel"> |
|
316 <x>286</x> |
|
317 <y>274</y> |
|
318 </hint> |
|
319 </hints> |
|
320 </connection> |
|
321 </connections> |
|
322 </ui> |