source: psi/trunk/src/ui_sslcert.ui@ 189

Last change on this file since 189 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 7.7 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>SSLCertUI</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>SSLCertUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>507</width>
12 <height>369</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>SSL Cert</string>
17 </property>
18 <vbox>
19 <property name="name">
20 <cstring>unnamed</cstring>
21 </property>
22 <widget class="QLayoutWidget">
23 <property name="name">
24 <cstring>layout8</cstring>
25 </property>
26 <hbox>
27 <property name="name">
28 <cstring>unnamed</cstring>
29 </property>
30 <widget class="QLayoutWidget">
31 <property name="name">
32 <cstring>layout7</cstring>
33 </property>
34 <vbox>
35 <property name="name">
36 <cstring>unnamed</cstring>
37 </property>
38 <widget class="QLabel">
39 <property name="name">
40 <cstring>textLabel4</cstring>
41 </property>
42 <property name="text">
43 <string>Certificate Validation:</string>
44 </property>
45 </widget>
46 <widget class="QLabel">
47 <property name="name">
48 <cstring>lb_valid</cstring>
49 </property>
50 <property name="text">
51 <string></string>
52 </property>
53 </widget>
54 <widget class="QLabel">
55 <property name="name">
56 <cstring>textLabel2</cstring>
57 </property>
58 <property name="text">
59 <string>Valid From:</string>
60 </property>
61 </widget>
62 <widget class="QLabel">
63 <property name="name">
64 <cstring>lb_notBefore</cstring>
65 </property>
66 <property name="text">
67 <string></string>
68 </property>
69 </widget>
70 <widget class="QLabel">
71 <property name="name">
72 <cstring>textLabel3</cstring>
73 </property>
74 <property name="text">
75 <string>Valid Until:</string>
76 </property>
77 </widget>
78 <widget class="QLabel">
79 <property name="name">
80 <cstring>lb_notAfter</cstring>
81 </property>
82 <property name="text">
83 <string></string>
84 </property>
85 </widget>
86 <widget class="QLabel">
87 <property name="name">
88 <cstring>textLabel1</cstring>
89 </property>
90 <property name="text">
91 <string>Serial Number:</string>
92 </property>
93 </widget>
94 <widget class="QLabel">
95 <property name="name">
96 <cstring>lb_sn</cstring>
97 </property>
98 <property name="text">
99 <string></string>
100 </property>
101 </widget>
102 <spacer>
103 <property name="name">
104 <cstring>spacer4</cstring>
105 </property>
106 <property name="orientation">
107 <enum>Vertical</enum>
108 </property>
109 <property name="sizeType">
110 <enum>Expanding</enum>
111 </property>
112 <property name="sizeHint">
113 <size>
114 <width>20</width>
115 <height>106</height>
116 </size>
117 </property>
118 </spacer>
119 </vbox>
120 </widget>
121 <widget class="QTextBrowser">
122 <property name="name">
123 <cstring>tb_cert</cstring>
124 </property>
125 <property name="minimumSize">
126 <size>
127 <width>350</width>
128 <height>300</height>
129 </size>
130 </property>
131 <property name="hScrollBarMode">
132 <enum>AlwaysOff</enum>
133 </property>
134 <property name="text">
135 <string></string>
136 </property>
137 <property name="wrapPolicy">
138 <enum>AtWordOrDocumentBoundary</enum>
139 </property>
140 </widget>
141 </hbox>
142 </widget>
143 <widget class="Line">
144 <property name="name">
145 <cstring>line1</cstring>
146 </property>
147 <property name="frameShape">
148 <enum>HLine</enum>
149 </property>
150 <property name="frameShadow">
151 <enum>Sunken</enum>
152 </property>
153 <property name="orientation">
154 <enum>Horizontal</enum>
155 </property>
156 </widget>
157 <widget class="QLayoutWidget">
158 <property name="name">
159 <cstring>layout134</cstring>
160 </property>
161 <hbox>
162 <property name="name">
163 <cstring>unnamed</cstring>
164 </property>
165 <spacer>
166 <property name="name">
167 <cstring>spacer5</cstring>
168 </property>
169 <property name="orientation">
170 <enum>Horizontal</enum>
171 </property>
172 <property name="sizeType">
173 <enum>Expanding</enum>
174 </property>
175 <property name="sizeHint">
176 <size>
177 <width>421</width>
178 <height>20</height>
179 </size>
180 </property>
181 </spacer>
182 <widget class="IconButton">
183 <property name="name">
184 <cstring>pb_close</cstring>
185 </property>
186 <property name="text">
187 <string>&amp;Close</string>
188 </property>
189 </widget>
190 </hbox>
191 </widget>
192 </vbox>
193</widget>
194<tabstops>
195 <tabstop>tb_cert</tabstop>
196</tabstops>
197<layoutdefaults spacing="6" margin="11"/>
198<includehints>
199 <includehint>iconwidget.h</includehint>
200</includehints>
201</UI>
Note: See TracBrowser for help on using the repository browser.