~ubuntu-branches/ubuntu/oneiric/kdepim/oneiric-updates

« back to all changes in this revision

Viewing changes to kleopatra/dialogs/certificatedetailsdialog.ui

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-06-28 19:33:24 UTC
  • mfrom: (0.2.13) (0.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20110628193324-8yvjs8sdv9rdoo6c
Tags: 4:4.7.0-0ubuntu1
* New upstream release
  - update install files
  - add missing kdepim-doc package to control file
  - Fix Vcs lines
  - kontact breaks/replaces korganizer << 4:4.6.80
  - tighten the dependency of kdepim-dev on libkdepim4 to fix lintian error

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>CertificateDetailsDialog</class>
3
 
 <widget class="QDialog" name="CertificateDetailsDialog" >
4
 
  <property name="geometry" >
 
4
 <widget class="QWidget" name="CertificateDetailsDialog">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
8
9
    <width>666</width>
9
 
    <height>514</height>
 
10
    <height>449</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
13
14
   <string>Certificate Details</string>
14
15
  </property>
15
 
  <layout class="QVBoxLayout" >
 
16
  <layout class="QVBoxLayout">
16
17
   <item>
17
 
    <widget class="QTabWidget" name="tabWidget" >
18
 
     <widget class="QWidget" name="overviewTab" >
19
 
      <property name="geometry" >
20
 
       <rect>
21
 
        <x>0</x>
22
 
        <y>0</y>
23
 
        <width>644</width>
24
 
        <height>417</height>
25
 
       </rect>
26
 
      </property>
27
 
      <attribute name="title" >
 
18
    <widget class="QTabWidget" name="tabWidget">
 
19
     <widget class="QWidget" name="overviewTab">
 
20
      <attribute name="title">
28
21
       <string>Overview</string>
29
22
      </attribute>
30
 
      <layout class="QGridLayout" >
31
 
       <item row="1" column="1" >
32
 
        <widget class="QGroupBox" name="overviewActionsGB" >
33
 
         <property name="title" >
 
23
      <layout class="QGridLayout">
 
24
       <item row="1" column="1">
 
25
        <widget class="QGroupBox" name="overviewActionsGB">
 
26
         <property name="title">
34
27
          <string>Actions</string>
35
28
         </property>
36
 
         <layout class="QVBoxLayout" name="verticalLayout" >
 
29
         <layout class="QVBoxLayout" name="verticalLayout">
37
30
          <item>
38
 
           <widget class="QPushButton" name="changePassphrasePB" >
39
 
            <property name="text" >
 
31
           <widget class="QPushButton" name="changePassphrasePB">
 
32
            <property name="text">
40
33
             <string>Change Passphrase...</string>
41
34
            </property>
42
 
            <property name="autoDefault" >
 
35
            <property name="autoDefault">
43
36
             <bool>false</bool>
44
37
            </property>
45
38
           </widget>
46
39
          </item>
47
40
          <item>
48
 
           <widget class="QPushButton" name="changeTrustLevelPB" >
49
 
            <property name="text" >
 
41
           <widget class="QPushButton" name="changeTrustLevelPB">
 
42
            <property name="text">
50
43
             <string>Trust Certifications Made by This Certificate...</string>
51
44
            </property>
52
 
            <property name="autoDefault" >
 
45
            <property name="autoDefault">
53
46
             <bool>false</bool>
54
47
            </property>
55
48
           </widget>
56
49
          </item>
57
50
          <item>
58
 
           <widget class="QPushButton" name="changeExpiryDatePB" >
59
 
            <property name="text" >
 
51
           <widget class="QPushButton" name="changeExpiryDatePB">
 
52
            <property name="text">
60
53
             <string>Change Expiry Date...</string>
61
54
            </property>
62
 
            <property name="autoDefault" >
 
55
            <property name="autoDefault">
63
56
             <bool>false</bool>
64
57
            </property>
65
58
           </widget>
66
59
          </item>
67
60
          <item>
68
 
           <widget class="QPushButton" name="revokeCertificatePB" >
69
 
            <property name="text" >
 
61
           <widget class="QPushButton" name="revokeCertificatePB">
 
62
            <property name="text">
70
63
             <string>Revoke This Certificate...</string>
71
64
            </property>
72
 
            <property name="autoDefault" >
 
65
            <property name="autoDefault">
73
66
             <bool>false</bool>
74
67
            </property>
75
68
           </widget>
76
69
          </item>
77
70
          <item>
78
 
           <spacer name="verticalSpacer" >
79
 
            <property name="orientation" >
 
71
           <spacer name="verticalSpacer">
 
72
            <property name="orientation">
80
73
             <enum>Qt::Vertical</enum>
81
74
            </property>
82
 
            <property name="sizeHint" stdset="0" >
 
75
            <property name="sizeHint" stdset="0">
83
76
             <size>
84
77
              <width>0</width>
85
78
              <height>1</height>
90
83
         </layout>
91
84
        </widget>
92
85
       </item>
93
 
       <item row="0" column="0" colspan="2" >
94
 
        <widget class="QTextBrowser" name="overviewLB" >
95
 
         <property name="sizePolicy" >
96
 
          <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
 
86
       <item row="0" column="0" colspan="2">
 
87
        <widget class="QTextBrowser" name="overviewLB">
 
88
         <property name="sizePolicy">
 
89
          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
97
90
           <horstretch>0</horstretch>
98
91
           <verstretch>1</verstretch>
99
92
          </sizepolicy>
100
93
         </property>
101
 
         <property name="frameShape" >
 
94
         <property name="frameShape">
102
95
          <enum>QFrame::NoFrame</enum>
103
96
         </property>
104
 
         <property name="openLinks" >
 
97
         <property name="openLinks">
105
98
          <bool>false</bool>
106
99
         </property>
107
100
        </widget>
108
101
       </item>
109
 
       <item row="1" column="0" >
110
 
        <widget class="QGroupBox" name="groupBox_2" >
111
 
         <property name="sizePolicy" >
112
 
          <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
 
102
       <item row="1" column="0">
 
103
        <widget class="QGroupBox" name="groupBox_2">
 
104
         <property name="sizePolicy">
 
105
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
113
106
           <horstretch>1</horstretch>
114
107
           <verstretch>0</verstretch>
115
108
          </sizepolicy>
116
109
         </property>
117
 
         <property name="title" >
 
110
         <property name="title">
118
111
          <string>Photo</string>
119
112
         </property>
120
 
         <layout class="QVBoxLayout" name="verticalLayout_2" >
 
113
         <layout class="QVBoxLayout" name="verticalLayout_2">
121
114
          <item>
122
 
           <widget class="QLabel" name="photoLB" >
123
 
            <property name="text" >
124
 
             <string>&lt;p>At the moment, Kleopatra does not support photos in certificates. It has no support for adding, nor for displaying them. This is for the following reasons:&lt;/p>
125
 
&lt;ul>
126
 
&lt;li>Photos give a false sense of security.&lt;/li>
127
 
&lt;li>Photos increase the size of certificates.&lt;/li>
128
 
&lt;/ul></string>
 
115
           <widget class="QLabel" name="photoLB">
 
116
            <property name="text">
 
117
             <string>&lt;p&gt;At the moment, Kleopatra does not support photos in certificates. It has no support for adding, nor for displaying them. This is for the following reasons:&lt;/p&gt;
 
118
&lt;ul&gt;
 
119
&lt;li&gt;Photos give a false sense of security.&lt;/li&gt;
 
120
&lt;li&gt;Photos increase the size of certificates.&lt;/li&gt;
 
121
&lt;/ul&gt;</string>
129
122
            </property>
130
 
            <property name="scaledContents" >
 
123
            <property name="scaledContents">
131
124
             <bool>false</bool>
132
125
            </property>
133
 
            <property name="wordWrap" >
 
126
            <property name="wordWrap">
134
127
             <bool>true</bool>
135
128
            </property>
136
129
           </widget>
140
133
       </item>
141
134
      </layout>
142
135
     </widget>
143
 
     <widget class="QWidget" name="certificationsTab" >
144
 
      <property name="geometry" >
145
 
       <rect>
146
 
        <x>0</x>
147
 
        <y>0</y>
148
 
        <width>644</width>
149
 
        <height>417</height>
150
 
       </rect>
151
 
      </property>
152
 
      <attribute name="title" >
 
136
     <widget class="QWidget" name="certificationsTab">
 
137
      <attribute name="title">
153
138
       <string>User-IDs &amp;&amp; Certifications</string>
154
139
      </attribute>
155
 
      <layout class="QVBoxLayout" name="verticalLayout_6" >
 
140
      <layout class="QVBoxLayout" name="verticalLayout_6">
156
141
       <item>
157
 
        <layout class="QHBoxLayout" name="horizontalLayout_2" >
 
142
        <layout class="QHBoxLayout" name="horizontalLayout_2">
158
143
         <item>
159
 
          <widget class="QTreeView" name="certificationsTV" >
160
 
           <property name="selectionMode" >
 
144
          <widget class="QTreeView" name="certificationsTV">
 
145
           <property name="selectionMode">
161
146
            <enum>QAbstractItemView::ExtendedSelection</enum>
162
147
           </property>
163
 
           <property name="allColumnsShowFocus" >
 
148
           <property name="allColumnsShowFocus">
164
149
            <bool>true</bool>
165
150
           </property>
166
151
          </widget>
167
152
         </item>
168
153
         <item>
169
 
          <layout class="QVBoxLayout" name="verticalLayout_5" >
 
154
          <layout class="QVBoxLayout" name="verticalLayout_5">
170
155
           <item>
171
 
            <widget class="QGroupBox" name="userIDsActionsGB" >
172
 
             <property name="title" >
 
156
            <widget class="QGroupBox" name="userIDsActionsGB">
 
157
             <property name="title">
173
158
              <string>User-IDs</string>
174
159
             </property>
175
 
             <layout class="QVBoxLayout" name="verticalLayout_3" >
 
160
             <layout class="QVBoxLayout" name="verticalLayout_3">
176
161
              <item>
177
 
               <widget class="QPushButton" name="addUserIDPB" >
178
 
                <property name="text" >
 
162
               <widget class="QPushButton" name="addUserIDPB">
 
163
                <property name="text">
179
164
                 <string>Add...</string>
180
165
                </property>
181
 
                <property name="autoDefault" >
 
166
                <property name="autoDefault">
182
167
                 <bool>false</bool>
183
168
                </property>
184
169
               </widget>
185
170
              </item>
186
171
              <item>
187
 
               <widget class="QPushButton" name="revokeUserIDPB" >
188
 
                <property name="text" >
 
172
               <widget class="QPushButton" name="revokeUserIDPB">
 
173
                <property name="text">
189
174
                 <string>Revoke...</string>
190
175
                </property>
191
 
                <property name="autoDefault" >
 
176
                <property name="autoDefault">
192
177
                 <bool>false</bool>
193
178
                </property>
194
179
               </widget>
195
180
              </item>
196
181
              <item>
197
 
               <widget class="QPushButton" name="certifyUserIDPB" >
198
 
                <property name="text" >
 
182
               <widget class="QPushButton" name="certifyUserIDPB">
 
183
                <property name="text">
199
184
                 <string>Certify...</string>
200
185
                </property>
201
 
                <property name="autoDefault" >
 
186
                <property name="autoDefault">
202
187
                 <bool>false</bool>
203
188
                </property>
204
189
               </widget>
207
192
            </widget>
208
193
           </item>
209
194
           <item>
210
 
            <widget class="QGroupBox" name="certificationsActionGB" >
211
 
             <property name="title" >
 
195
            <widget class="QGroupBox" name="certificationsActionGB">
 
196
             <property name="title">
212
197
              <string>Certifications</string>
213
198
             </property>
214
 
             <layout class="QVBoxLayout" name="verticalLayout_4" >
 
199
             <layout class="QVBoxLayout" name="verticalLayout_4">
215
200
              <item>
216
 
               <widget class="QPushButton" name="revokeCertificationPB" >
217
 
                <property name="text" >
 
201
               <widget class="QPushButton" name="revokeCertificationPB">
 
202
                <property name="text">
218
203
                 <string>Revoke...</string>
219
204
                </property>
220
 
                <property name="autoDefault" >
 
205
                <property name="autoDefault">
221
206
                 <bool>false</bool>
222
207
                </property>
223
208
               </widget>
226
211
            </widget>
227
212
           </item>
228
213
           <item>
229
 
            <spacer name="verticalSpacer_2" >
230
 
             <property name="orientation" >
 
214
            <spacer name="verticalSpacer_2">
 
215
             <property name="orientation">
231
216
              <enum>Qt::Vertical</enum>
232
217
             </property>
233
 
             <property name="sizeHint" stdset="0" >
 
218
             <property name="sizeHint" stdset="0">
234
219
              <size>
235
220
               <width>20</width>
236
221
               <height>40</height>
239
224
            </spacer>
240
225
           </item>
241
226
           <item>
242
 
            <widget class="QPushButton" name="expandAllCertificationsPB" >
243
 
             <property name="text" >
 
227
            <widget class="QPushButton" name="expandAllCertificationsPB">
 
228
             <property name="text">
244
229
              <string>Expand All</string>
245
230
             </property>
246
 
             <property name="autoDefault" >
 
231
             <property name="autoDefault">
247
232
              <bool>false</bool>
248
233
             </property>
249
234
            </widget>
250
235
           </item>
251
236
           <item>
252
 
            <widget class="QPushButton" name="collapseAllCertificationsPB" >
253
 
             <property name="text" >
 
237
            <widget class="QPushButton" name="collapseAllCertificationsPB">
 
238
             <property name="text">
254
239
              <string>Collapse All</string>
255
240
             </property>
256
 
             <property name="autoDefault" >
 
241
             <property name="autoDefault">
257
242
              <bool>false</bool>
258
243
             </property>
259
244
            </widget>
263
248
        </layout>
264
249
       </item>
265
250
       <item>
266
 
        <widget class="QPushButton" name="showCertificationsPB" >
267
 
         <property name="text" >
 
251
        <widget class="QPushButton" name="showCertificationsPB">
 
252
         <property name="text">
268
253
          <string/>
269
254
         </property>
270
 
         <property name="autoDefault" >
 
255
         <property name="autoDefault">
271
256
          <bool>false</bool>
272
257
         </property>
273
258
        </widget>
274
259
       </item>
275
260
      </layout>
276
261
     </widget>
277
 
     <widget class="QWidget" name="detailsTab" >
278
 
      <property name="geometry" >
279
 
       <rect>
280
 
        <x>0</x>
281
 
        <y>0</y>
282
 
        <width>644</width>
283
 
        <height>417</height>
284
 
       </rect>
285
 
      </property>
286
 
      <attribute name="title" >
 
262
     <widget class="QWidget" name="detailsTab">
 
263
      <attribute name="title">
287
264
       <string>Technical Details</string>
288
265
      </attribute>
289
 
      <layout class="QVBoxLayout" name="verticalLayout_7" >
 
266
      <layout class="QVBoxLayout" name="verticalLayout_7">
290
267
       <item>
291
 
        <layout class="QHBoxLayout" name="horizontalLayout" >
 
268
        <layout class="QHBoxLayout" name="horizontalLayout">
292
269
         <item>
293
 
          <widget class="QLabel" name="detailsLeftLB" />
 
270
          <widget class="QLabel" name="detailsLeftLB"/>
294
271
         </item>
295
272
         <item>
296
 
          <widget class="QLabel" name="detailsRightLB" />
 
273
          <widget class="QLabel" name="detailsRightLB"/>
297
274
         </item>
298
275
        </layout>
299
276
       </item>
300
277
       <item>
301
 
        <widget class="KDHorizontalLine" name="subkeyHLine" />
 
278
        <widget class="KDHorizontalLine" name="subkeyHLine"/>
302
279
       </item>
303
280
       <item>
304
 
        <widget class="QTreeView" name="subkeyTV" >
305
 
         <property name="selectionMode" >
 
281
        <widget class="QTreeView" name="subkeyTV">
 
282
         <property name="selectionMode">
306
283
          <enum>QAbstractItemView::NoSelection</enum>
307
284
         </property>
308
 
         <property name="rootIsDecorated" >
 
285
         <property name="rootIsDecorated">
309
286
          <bool>false</bool>
310
287
         </property>
311
 
         <property name="allColumnsShowFocus" >
 
288
         <property name="allColumnsShowFocus">
312
289
          <bool>true</bool>
313
290
         </property>
314
291
        </widget>
315
292
       </item>
316
293
      </layout>
317
294
     </widget>
318
 
     <widget class="QWidget" name="chainTab" >
319
 
      <property name="geometry" >
320
 
       <rect>
321
 
        <x>0</x>
322
 
        <y>0</y>
323
 
        <width>644</width>
324
 
        <height>417</height>
325
 
       </rect>
326
 
      </property>
327
 
      <attribute name="title" >
 
295
     <widget class="QWidget" name="chainTab">
 
296
      <attribute name="title">
328
297
       <string>Chain</string>
329
298
      </attribute>
330
 
      <layout class="QVBoxLayout" >
 
299
      <layout class="QVBoxLayout">
331
300
       <item>
332
 
        <widget class="QTreeWidget" name="chainTW" >
333
 
         <property name="allColumnsShowFocus" >
 
301
        <widget class="QTreeWidget" name="chainTW">
 
302
         <property name="allColumnsShowFocus">
334
303
          <bool>true</bool>
335
304
         </property>
336
 
         <property name="headerHidden" >
 
305
         <property name="headerHidden">
337
306
          <bool>true</bool>
338
307
         </property>
339
308
         <column>
340
 
          <property name="text" >
 
309
          <property name="text">
341
310
           <string>1</string>
342
311
          </property>
343
312
         </column>
345
314
       </item>
346
315
      </layout>
347
316
     </widget>
348
 
     <widget class="QWidget" name="dumpTab" >
349
 
      <property name="geometry" >
350
 
       <rect>
351
 
        <x>0</x>
352
 
        <y>0</y>
353
 
        <width>644</width>
354
 
        <height>417</height>
355
 
       </rect>
356
 
      </property>
357
 
      <attribute name="title" >
 
317
     <widget class="QWidget" name="dumpTab">
 
318
      <attribute name="title">
358
319
       <string>Dump</string>
359
320
      </attribute>
360
 
      <layout class="QVBoxLayout" >
 
321
      <layout class="QVBoxLayout">
361
322
       <item>
362
 
        <widget class="QLabel" name="label" >
363
 
         <property name="text" >
 
323
        <widget class="QLabel" name="label">
 
324
         <property name="text">
364
325
          <string>This is a dump of all information the backend has about this certificate:</string>
365
326
         </property>
366
327
        </widget>
367
328
       </item>
368
329
       <item>
369
 
        <widget class="KDLogTextWidget" native="1" name="dumpLTW" >
370
 
         <property name="sizePolicy" >
371
 
          <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" >
 
330
        <widget class="KDLogTextWidget" name="dumpLTW" native="true">
 
331
         <property name="sizePolicy">
 
332
          <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
372
333
           <horstretch>0</horstretch>
373
334
           <verstretch>0</verstretch>
374
335
          </sizepolicy>
379
340
     </widget>
380
341
    </widget>
381
342
   </item>
382
 
   <item>
383
 
    <widget class="QDialogButtonBox" name="buttonBox" >
384
 
     <property name="orientation" >
385
 
      <enum>Qt::Horizontal</enum>
386
 
     </property>
387
 
     <property name="standardButtons" >
388
 
      <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
389
 
     </property>
390
 
    </widget>
391
 
   </item>
392
343
  </layout>
393
344
 </widget>
394
345
 <customwidgets>
408
359
 <resources/>
409
360
 <connections>
410
361
  <connection>
411
 
   <sender>buttonBox</sender>
412
 
   <signal>rejected()</signal>
413
 
   <receiver>CertificateDetailsDialog</receiver>
414
 
   <slot>reject()</slot>
415
 
   <hints>
416
 
    <hint type="sourcelabel" >
417
 
     <x>295</x>
418
 
     <y>573</y>
419
 
    </hint>
420
 
    <hint type="destinationlabel" >
421
 
     <x>286</x>
422
 
     <y>274</y>
423
 
    </hint>
424
 
   </hints>
425
 
  </connection>
426
 
  <connection>
427
362
   <sender>changePassphrasePB</sender>
428
363
   <signal>clicked()</signal>
429
364
   <receiver>CertificateDetailsDialog</receiver>
430
365
   <slot>slotChangePassphraseClicked()</slot>
431
366
   <hints>
432
 
    <hint type="sourcelabel" >
 
367
    <hint type="sourcelabel">
433
368
     <x>748</x>
434
369
     <y>390</y>
435
370
    </hint>
436
 
    <hint type="destinationlabel" >
 
371
    <hint type="destinationlabel">
437
372
     <x>782</x>
438
373
     <y>350</y>
439
374
    </hint>
445
380
   <receiver>CertificateDetailsDialog</receiver>
446
381
   <slot>slotChangeTrustLevelClicked()</slot>
447
382
   <hints>
448
 
    <hint type="sourcelabel" >
 
383
    <hint type="sourcelabel">
449
384
     <x>742</x>
450
385
     <y>400</y>
451
386
    </hint>
452
 
    <hint type="destinationlabel" >
 
387
    <hint type="destinationlabel">
453
388
     <x>784</x>
454
389
     <y>402</y>
455
390
    </hint>
461
396
   <receiver>CertificateDetailsDialog</receiver>
462
397
   <slot>slotChangeExpiryDateClicked()</slot>
463
398
   <hints>
464
 
    <hint type="sourcelabel" >
 
399
    <hint type="sourcelabel">
465
400
     <x>742</x>
466
401
     <y>448</y>
467
402
    </hint>
468
 
    <hint type="destinationlabel" >
 
403
    <hint type="destinationlabel">
469
404
     <x>780</x>
470
405
     <y>450</y>
471
406
    </hint>
477
412
   <receiver>CertificateDetailsDialog</receiver>
478
413
   <slot>slotRevokeCertificateClicked()</slot>
479
414
   <hints>
480
 
    <hint type="sourcelabel" >
 
415
    <hint type="sourcelabel">
481
416
     <x>728</x>
482
417
     <y>496</y>
483
418
    </hint>
484
 
    <hint type="destinationlabel" >
 
419
    <hint type="destinationlabel">
485
420
     <x>778</x>
486
421
     <y>498</y>
487
422
    </hint>
493
428
   <receiver>CertificateDetailsDialog</receiver>
494
429
   <slot>slotAddUserIDClicked()</slot>
495
430
   <hints>
496
 
    <hint type="sourcelabel" >
 
431
    <hint type="sourcelabel">
497
432
     <x>738</x>
498
433
     <y>100</y>
499
434
    </hint>
500
 
    <hint type="destinationlabel" >
 
435
    <hint type="destinationlabel">
501
436
     <x>780</x>
502
437
     <y>100</y>
503
438
    </hint>
509
444
   <receiver>CertificateDetailsDialog</receiver>
510
445
   <slot>slotRevokeUserIDClicked()</slot>
511
446
   <hints>
512
 
    <hint type="sourcelabel" >
 
447
    <hint type="sourcelabel">
513
448
     <x>738</x>
514
449
     <y>150</y>
515
450
    </hint>
516
 
    <hint type="destinationlabel" >
 
451
    <hint type="destinationlabel">
517
452
     <x>778</x>
518
453
     <y>152</y>
519
454
    </hint>
525
460
   <receiver>CertificateDetailsDialog</receiver>
526
461
   <slot>slotCertifyUserIDClicked()</slot>
527
462
   <hints>
528
 
    <hint type="sourcelabel" >
 
463
    <hint type="sourcelabel">
529
464
     <x>736</x>
530
465
     <y>190</y>
531
466
    </hint>
532
 
    <hint type="destinationlabel" >
 
467
    <hint type="destinationlabel">
533
468
     <x>780</x>
534
469
     <y>190</y>
535
470
    </hint>
541
476
   <receiver>CertificateDetailsDialog</receiver>
542
477
   <slot>slotRevokeCertificationClicked()</slot>
543
478
   <hints>
544
 
    <hint type="sourcelabel" >
 
479
    <hint type="sourcelabel">
545
480
     <x>732</x>
546
481
     <y>272</y>
547
482
    </hint>
548
 
    <hint type="destinationlabel" >
 
483
    <hint type="destinationlabel">
549
484
     <x>780</x>
550
485
     <y>272</y>
551
486
    </hint>
557
492
   <receiver>CertificateDetailsDialog</receiver>
558
493
   <slot>slotShowCertificationsClicked()</slot>
559
494
   <hints>
560
 
    <hint type="sourcelabel" >
 
495
    <hint type="sourcelabel">
561
496
     <x>748</x>
562
497
     <y>510</y>
563
498
    </hint>
564
 
    <hint type="destinationlabel" >
 
499
    <hint type="destinationlabel">
565
500
     <x>776</x>
566
501
     <y>490</y>
567
502
    </hint>
573
508
   <receiver>certificationsTV</receiver>
574
509
   <slot>expandAll()</slot>
575
510
   <hints>
576
 
    <hint type="sourcelabel" >
 
511
    <hint type="sourcelabel">
577
512
     <x>665</x>
578
513
     <y>424</y>
579
514
    </hint>
580
 
    <hint type="destinationlabel" >
 
515
    <hint type="destinationlabel">
581
516
     <x>525</x>
582
517
     <y>320</y>
583
518
    </hint>
589
524
   <receiver>certificationsTV</receiver>
590
525
   <slot>collapseAll()</slot>
591
526
   <hints>
592
 
    <hint type="sourcelabel" >
 
527
    <hint type="sourcelabel">
593
528
     <x>701</x>
594
529
     <y>464</y>
595
530
    </hint>
596
 
    <hint type="destinationlabel" >
 
531
    <hint type="destinationlabel">
597
532
     <x>585</x>
598
533
     <y>352</y>
599
534
    </hint>