~kubuntu-members/perlkde/4.11

« back to all changes in this revision

Viewing changes to qt/qtgui/examples/network/securesocketclient/certificateinfo.ui

  • Committer: Ian Monroe
  • Date: 2011-01-11 21:59:47 UTC
  • Revision ID: git-v1:137efc29fcf3fc78bad68ad57529a9397154ac9c
Tags: v4.6.90, v4.7.3, v4.7.95, v4.7.97, v4.9.0, v4.9.1, v4.9.2, v4.9.3, v4.9.80
Removed perlqt.

You may need to use git log --follow to see commits after this point.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>CertificateInfo</class>
3
 
 <widget class="QDialog" name="CertificateInfo" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>400</width>
9
 
    <height>397</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>Display Certificate Information</string>
14
 
  </property>
15
 
  <layout class="QVBoxLayout" >
16
 
   <item>
17
 
    <widget class="QGroupBox" name="groupBox" >
18
 
     <property name="title" >
19
 
      <string>Certification Path</string>
20
 
     </property>
21
 
     <layout class="QHBoxLayout" >
22
 
      <item>
23
 
       <widget class="QListWidget" name="certificationPathView" />
24
 
      </item>
25
 
     </layout>
26
 
    </widget>
27
 
   </item>
28
 
   <item>
29
 
    <widget class="QGroupBox" name="groupBox_2" >
30
 
     <property name="title" >
31
 
      <string>Certificate Information</string>
32
 
     </property>
33
 
     <layout class="QHBoxLayout" >
34
 
      <item>
35
 
       <widget class="QListWidget" name="certificateInfoView" />
36
 
      </item>
37
 
     </layout>
38
 
    </widget>
39
 
   </item>
40
 
   <item>
41
 
    <layout class="QHBoxLayout" >
42
 
     <item>
43
 
      <spacer>
44
 
       <property name="orientation" >
45
 
        <enum>Qt::Horizontal</enum>
46
 
       </property>
47
 
       <property name="sizeHint" >
48
 
        <size>
49
 
         <width>40</width>
50
 
         <height>20</height>
51
 
        </size>
52
 
       </property>
53
 
      </spacer>
54
 
     </item>
55
 
     <item>
56
 
      <widget class="QDialogButtonBox" name="buttonBox" >
57
 
       <property name="standardButtons" >
58
 
        <set>QDialogButtonBox::Close</set>
59
 
       </property>
60
 
      </widget>
61
 
     </item>
62
 
    </layout>
63
 
   </item>
64
 
  </layout>
65
 
 </widget>
66
 
 <resources/>
67
 
 <connections>
68
 
  <connection>
69
 
   <sender>buttonBox</sender>
70
 
   <signal>clicked(QAbstractButton*)</signal>
71
 
   <receiver>CertificateInfo</receiver>
72
 
   <slot>accept()</slot>
73
 
   <hints>
74
 
    <hint type="sourcelabel" >
75
 
     <x>343</x>
76
 
     <y>374</y>
77
 
    </hint>
78
 
    <hint type="destinationlabel" >
79
 
     <x>352</x>
80
 
     <y>422</y>
81
 
    </hint>
82
 
   </hints>
83
 
  </connection>
84
 
 </connections>
85
 
</ui>