|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>E5SslCertificatesDialog</class> |
|
4 <widget class="QDialog" name="E5SslCertificatesDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>760</width> |
|
10 <height>440</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>SSL Certificate Manager</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QTabWidget" name="certificatesWidget"> |
|
22 <property name="currentIndex"> |
|
23 <number>0</number> |
|
24 </property> |
|
25 <widget class="QWidget" name="serversTab"> |
|
26 <attribute name="title"> |
|
27 <string>&Servers</string> |
|
28 </attribute> |
|
29 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
30 <item> |
|
31 <widget class="QLabel" name="label"> |
|
32 <property name="text"> |
|
33 <string>You have saved certificates identifying these servers:</string> |
|
34 </property> |
|
35 </widget> |
|
36 </item> |
|
37 <item> |
|
38 <widget class="QTreeWidget" name="serversCertificatesTree"> |
|
39 <column> |
|
40 <property name="text"> |
|
41 <string>Certificate name</string> |
|
42 </property> |
|
43 </column> |
|
44 <column> |
|
45 <property name="text"> |
|
46 <string>Server</string> |
|
47 </property> |
|
48 </column> |
|
49 <column> |
|
50 <property name="text"> |
|
51 <string>Expiry Date</string> |
|
52 </property> |
|
53 </column> |
|
54 </widget> |
|
55 </item> |
|
56 <item> |
|
57 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
58 <item> |
|
59 <widget class="QPushButton" name="serversViewButton"> |
|
60 <property name="enabled"> |
|
61 <bool>false</bool> |
|
62 </property> |
|
63 <property name="toolTip"> |
|
64 <string>Press to view the selected certificate</string> |
|
65 </property> |
|
66 <property name="text"> |
|
67 <string>&View...</string> |
|
68 </property> |
|
69 </widget> |
|
70 </item> |
|
71 <item> |
|
72 <widget class="QPushButton" name="serversImportButton"> |
|
73 <property name="toolTip"> |
|
74 <string>Press to import a certificate</string> |
|
75 </property> |
|
76 <property name="text"> |
|
77 <string>&Import...</string> |
|
78 </property> |
|
79 </widget> |
|
80 </item> |
|
81 <item> |
|
82 <widget class="QPushButton" name="serversExportButton"> |
|
83 <property name="enabled"> |
|
84 <bool>false</bool> |
|
85 </property> |
|
86 <property name="toolTip"> |
|
87 <string>Press to export the selected certificate</string> |
|
88 </property> |
|
89 <property name="text"> |
|
90 <string>&Export...</string> |
|
91 </property> |
|
92 </widget> |
|
93 </item> |
|
94 <item> |
|
95 <widget class="QPushButton" name="serversDeleteButton"> |
|
96 <property name="enabled"> |
|
97 <bool>false</bool> |
|
98 </property> |
|
99 <property name="toolTip"> |
|
100 <string>Press to delete the selected certificate</string> |
|
101 </property> |
|
102 <property name="text"> |
|
103 <string>&Delete...</string> |
|
104 </property> |
|
105 </widget> |
|
106 </item> |
|
107 <item> |
|
108 <spacer name="horizontalSpacer"> |
|
109 <property name="orientation"> |
|
110 <enum>Qt::Horizontal</enum> |
|
111 </property> |
|
112 <property name="sizeHint" stdset="0"> |
|
113 <size> |
|
114 <width>40</width> |
|
115 <height>20</height> |
|
116 </size> |
|
117 </property> |
|
118 </spacer> |
|
119 </item> |
|
120 </layout> |
|
121 </item> |
|
122 </layout> |
|
123 </widget> |
|
124 <widget class="QWidget" name="caTab"> |
|
125 <attribute name="title"> |
|
126 <string>Certificate &Authorities</string> |
|
127 </attribute> |
|
128 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
129 <item> |
|
130 <widget class="QLabel" name="label_2"> |
|
131 <property name="text"> |
|
132 <string>You have saved certificates identifying these certification authorities:</string> |
|
133 </property> |
|
134 </widget> |
|
135 </item> |
|
136 <item> |
|
137 <widget class="QTreeWidget" name="caCertificatesTree"> |
|
138 <column> |
|
139 <property name="text"> |
|
140 <string>Certificate name</string> |
|
141 </property> |
|
142 </column> |
|
143 <column> |
|
144 <property name="text"> |
|
145 <string>Expiry Date</string> |
|
146 </property> |
|
147 </column> |
|
148 </widget> |
|
149 </item> |
|
150 <item> |
|
151 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
152 <item> |
|
153 <widget class="QPushButton" name="caViewButton"> |
|
154 <property name="enabled"> |
|
155 <bool>false</bool> |
|
156 </property> |
|
157 <property name="toolTip"> |
|
158 <string>Press to view the selected certificate</string> |
|
159 </property> |
|
160 <property name="text"> |
|
161 <string>&View...</string> |
|
162 </property> |
|
163 </widget> |
|
164 </item> |
|
165 <item> |
|
166 <widget class="QPushButton" name="caImportButton"> |
|
167 <property name="toolTip"> |
|
168 <string>Press to import a certificate</string> |
|
169 </property> |
|
170 <property name="text"> |
|
171 <string>&Import...</string> |
|
172 </property> |
|
173 </widget> |
|
174 </item> |
|
175 <item> |
|
176 <widget class="QPushButton" name="caExportButton"> |
|
177 <property name="enabled"> |
|
178 <bool>false</bool> |
|
179 </property> |
|
180 <property name="toolTip"> |
|
181 <string>Press to export the selected certificate</string> |
|
182 </property> |
|
183 <property name="text"> |
|
184 <string>&Export...</string> |
|
185 </property> |
|
186 </widget> |
|
187 </item> |
|
188 <item> |
|
189 <widget class="QPushButton" name="caDeleteButton"> |
|
190 <property name="enabled"> |
|
191 <bool>false</bool> |
|
192 </property> |
|
193 <property name="toolTip"> |
|
194 <string>Press to delete the selected certificate</string> |
|
195 </property> |
|
196 <property name="text"> |
|
197 <string>&Delete...</string> |
|
198 </property> |
|
199 </widget> |
|
200 </item> |
|
201 <item> |
|
202 <spacer name="horizontalSpacer_2"> |
|
203 <property name="orientation"> |
|
204 <enum>Qt::Horizontal</enum> |
|
205 </property> |
|
206 <property name="sizeHint" stdset="0"> |
|
207 <size> |
|
208 <width>40</width> |
|
209 <height>20</height> |
|
210 </size> |
|
211 </property> |
|
212 </spacer> |
|
213 </item> |
|
214 </layout> |
|
215 </item> |
|
216 </layout> |
|
217 </widget> |
|
218 </widget> |
|
219 </item> |
|
220 <item> |
|
221 <widget class="QDialogButtonBox" name="buttonBox"> |
|
222 <property name="orientation"> |
|
223 <enum>Qt::Horizontal</enum> |
|
224 </property> |
|
225 <property name="standardButtons"> |
|
226 <set>QDialogButtonBox::Close</set> |
|
227 </property> |
|
228 </widget> |
|
229 </item> |
|
230 </layout> |
|
231 </widget> |
|
232 <tabstops> |
|
233 <tabstop>certificatesWidget</tabstop> |
|
234 <tabstop>serversCertificatesTree</tabstop> |
|
235 <tabstop>serversViewButton</tabstop> |
|
236 <tabstop>serversImportButton</tabstop> |
|
237 <tabstop>serversExportButton</tabstop> |
|
238 <tabstop>serversDeleteButton</tabstop> |
|
239 <tabstop>caCertificatesTree</tabstop> |
|
240 <tabstop>caViewButton</tabstop> |
|
241 <tabstop>caImportButton</tabstop> |
|
242 <tabstop>caExportButton</tabstop> |
|
243 <tabstop>caDeleteButton</tabstop> |
|
244 <tabstop>buttonBox</tabstop> |
|
245 </tabstops> |
|
246 <resources/> |
|
247 <connections> |
|
248 <connection> |
|
249 <sender>buttonBox</sender> |
|
250 <signal>accepted()</signal> |
|
251 <receiver>E5SslCertificatesDialog</receiver> |
|
252 <slot>accept()</slot> |
|
253 <hints> |
|
254 <hint type="sourcelabel"> |
|
255 <x>248</x> |
|
256 <y>254</y> |
|
257 </hint> |
|
258 <hint type="destinationlabel"> |
|
259 <x>157</x> |
|
260 <y>274</y> |
|
261 </hint> |
|
262 </hints> |
|
263 </connection> |
|
264 <connection> |
|
265 <sender>buttonBox</sender> |
|
266 <signal>rejected()</signal> |
|
267 <receiver>E5SslCertificatesDialog</receiver> |
|
268 <slot>reject()</slot> |
|
269 <hints> |
|
270 <hint type="sourcelabel"> |
|
271 <x>316</x> |
|
272 <y>260</y> |
|
273 </hint> |
|
274 <hint type="destinationlabel"> |
|
275 <x>286</x> |
|
276 <y>274</y> |
|
277 </hint> |
|
278 </hints> |
|
279 </connection> |
|
280 </connections> |
|
281 </ui> |