~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to src/sslcert.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2009-09-25 17:49:51 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090925174951-lvm7kdap82o8xhn3
Tags: 0.13-1
* Updated to upstream version 0.13
* Set Standards-Version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>SSLCert</class>
3
 
 <widget class="QDialog" name="SSLCert" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>518</width>
9
 
    <height>369</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>SSL Cert</string>
14
 
  </property>
15
 
  <layout class="QVBoxLayout" >
16
 
   <property name="margin" >
17
 
    <number>11</number>
18
 
   </property>
19
 
   <property name="spacing" >
20
 
    <number>6</number>
21
 
   </property>
22
 
   <item>
23
 
    <layout class="QHBoxLayout" >
24
 
     <property name="margin" >
25
 
      <number>0</number>
26
 
     </property>
27
 
     <property name="spacing" >
28
 
      <number>6</number>
29
 
     </property>
30
 
     <item>
31
 
      <layout class="QVBoxLayout" >
32
 
       <property name="margin" >
33
 
        <number>0</number>
34
 
       </property>
35
 
       <property name="spacing" >
36
 
        <number>6</number>
37
 
       </property>
38
 
       <item>
39
 
        <widget class="QLabel" name="textLabel4" >
40
 
         <property name="text" >
41
 
          <string>Certificate Validation:</string>
42
 
         </property>
43
 
        </widget>
44
 
       </item>
45
 
       <item>
46
 
        <widget class="QLabel" name="lb_valid" >
47
 
         <property name="text" >
48
 
          <string/>
49
 
         </property>
50
 
        </widget>
51
 
       </item>
52
 
       <item>
53
 
        <widget class="QLabel" name="textLabel2" >
54
 
         <property name="text" >
55
 
          <string>Valid From:</string>
56
 
         </property>
57
 
        </widget>
58
 
       </item>
59
 
       <item>
60
 
        <widget class="QLabel" name="lb_notBefore" >
61
 
         <property name="text" >
62
 
          <string/>
63
 
         </property>
64
 
        </widget>
65
 
       </item>
66
 
       <item>
67
 
        <widget class="QLabel" name="textLabel3" >
68
 
         <property name="text" >
69
 
          <string>Valid Until:</string>
70
 
         </property>
71
 
        </widget>
72
 
       </item>
73
 
       <item>
74
 
        <widget class="QLabel" name="lb_notAfter" >
75
 
         <property name="text" >
76
 
          <string/>
77
 
         </property>
78
 
        </widget>
79
 
       </item>
80
 
       <item>
81
 
        <widget class="QLabel" name="textLabel1" >
82
 
         <property name="text" >
83
 
          <string>Serial Number:</string>
84
 
         </property>
85
 
        </widget>
86
 
       </item>
87
 
       <item>
88
 
        <widget class="QLabel" name="lb_sn" >
89
 
         <property name="text" >
90
 
          <string/>
91
 
         </property>
92
 
        </widget>
93
 
       </item>
94
 
       <item>
95
 
        <spacer>
96
 
         <property name="orientation" >
97
 
          <enum>Qt::Vertical</enum>
98
 
         </property>
99
 
         <property name="sizeType" >
100
 
          <enum>QSizePolicy::Expanding</enum>
101
 
         </property>
102
 
         <property name="sizeHint" >
103
 
          <size>
104
 
           <width>20</width>
105
 
           <height>106</height>
106
 
          </size>
107
 
         </property>
108
 
        </spacer>
109
 
       </item>
110
 
      </layout>
111
 
     </item>
112
 
     <item>
113
 
      <widget class="QTextBrowser" name="tb_cert" >
114
 
       <property name="minimumSize" >
115
 
        <size>
116
 
         <width>350</width>
117
 
         <height>300</height>
118
 
        </size>
119
 
       </property>
120
 
       <property name="horizontalScrollBarPolicy" >
121
 
        <enum>Qt::ScrollBarAlwaysOff</enum>
122
 
       </property>
123
 
      </widget>
124
 
     </item>
125
 
    </layout>
126
 
   </item>
127
 
   <item>
128
 
    <widget class="Line" name="line1" >
129
 
     <property name="frameShape" >
130
 
      <enum>QFrame::HLine</enum>
131
 
     </property>
132
 
     <property name="frameShadow" >
133
 
      <enum>QFrame::Sunken</enum>
134
 
     </property>
135
 
     <property name="orientation" >
136
 
      <enum>Qt::Horizontal</enum>
137
 
     </property>
138
 
    </widget>
139
 
   </item>
140
 
   <item>
141
 
    <layout class="QHBoxLayout" >
142
 
     <property name="margin" >
143
 
      <number>0</number>
144
 
     </property>
145
 
     <property name="spacing" >
146
 
      <number>6</number>
147
 
     </property>
148
 
     <item>
149
 
      <spacer>
150
 
       <property name="orientation" >
151
 
        <enum>Qt::Horizontal</enum>
152
 
       </property>
153
 
       <property name="sizeType" >
154
 
        <enum>QSizePolicy::Expanding</enum>
155
 
       </property>
156
 
       <property name="sizeHint" >
157
 
        <size>
158
 
         <width>421</width>
159
 
         <height>20</height>
160
 
        </size>
161
 
       </property>
162
 
      </spacer>
163
 
     </item>
164
 
     <item>
165
 
      <widget class="QPushButton" native="1" name="pb_close">
166
 
            <property name="text">
167
 
                  <string>Close</string>
168
 
                </property>
169
 
          </widget>
170
 
     </item>
171
 
    </layout>
172
 
   </item>
173
 
  </layout>
174
 
 </widget>
175
 
 <layoutdefault spacing="6" margin="11" />
176
 
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
177
 
 <customwidgets>
178
 
  <customwidget>
179
 
   <class>IconButton</class>
180
 
   <extends>QWidget</extends>
181
 
   <header>iconbutton.h</header>
182
 
   <container>1</container>
183
 
  </customwidget>
184
 
 </customwidgets>
185
 
 <tabstops>
186
 
  <tabstop>tb_cert</tabstop>
187
 
 </tabstops>
188
 
 <resources/>
189
 
 <connections/>
190
 
</ui>