eric6/Documentation/Source/eric6.E5Network.E5SslCertificatesDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.E5Network.E5SslCertificatesDialog</h1> 23 <h1>eric6.E5Network.E5SslCertificatesDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog to show and edit all certificates. 26 Module implementing a dialog to show and edit all certificates.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
31 <table> 34
35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#E5SslCertificatesDialog">E5SslCertificatesDialog</a></td> 38 <td><a href="#E5SslCertificatesDialog">E5SslCertificatesDialog</a></td>
34 <td>Class implementing a dialog to show and edit all certificates.</td> 39 <td>Class implementing a dialog to show and edit all certificates.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="E5SslCertificatesDialog" ID="E5SslCertificatesDialog"></a> 49 <a NAME="E5SslCertificatesDialog" ID="E5SslCertificatesDialog"></a>
43 <h2>E5SslCertificatesDialog</h2> 50 <h2>E5SslCertificatesDialog</h2>
51
44 <p> 52 <p>
45 Class implementing a dialog to show and edit all certificates. 53 Class implementing a dialog to show and edit all certificates.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QDialog, Ui_E5SslCertificatesDialog 56 QDialog, Ui_E5SslCertificatesDialog
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>CertRole</td></tr> 60 <tr><td>CertRole</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
58 <table> 68
69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#E5SslCertificatesDialog.__init__">E5SslCertificatesDialog</a></td> 72 <td><a href="#E5SslCertificatesDialog.__init__">E5SslCertificatesDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#E5SslCertificatesDialog.__createCaCertificateEntry">__createCaCertificateEntry</a></td> 76 <td><a href="#E5SslCertificatesDialog.__createCaCertificateEntry">__createCaCertificateEntry</a></td>
64 <td>Private method to create a CA certificate entry.</td> 77 <td>Private method to create a CA certificate entry.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#E5SslCertificatesDialog.__createServerCertificateEntry">__createServerCertificateEntry</a></td> 80 <td><a href="#E5SslCertificatesDialog.__createServerCertificateEntry">__createServerCertificateEntry</a></td>
67 <td>Private method to create a server certificate entry.</td> 81 <td>Private method to create a server certificate entry.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#E5SslCertificatesDialog.__exportCertificate">__exportCertificate</a></td> 84 <td><a href="#E5SslCertificatesDialog.__exportCertificate">__exportCertificate</a></td>
70 <td>Private slot to export a certificate.</td> 85 <td>Private slot to export a certificate.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#E5SslCertificatesDialog.__getSystemCaCertificates">__getSystemCaCertificates</a></td> 88 <td><a href="#E5SslCertificatesDialog.__getSystemCaCertificates">__getSystemCaCertificates</a></td>
73 <td>Private method to get the list of system certificates.</td> 89 <td>Private method to get the list of system certificates.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#E5SslCertificatesDialog.__importCertificate">__importCertificate</a></td> 92 <td><a href="#E5SslCertificatesDialog.__importCertificate">__importCertificate</a></td>
76 <td>Private method to read a certificate.</td> 93 <td>Private method to read a certificate.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#E5SslCertificatesDialog.__populateCaCertificatesTree">__populateCaCertificatesTree</a></td> 96 <td><a href="#E5SslCertificatesDialog.__populateCaCertificatesTree">__populateCaCertificatesTree</a></td>
79 <td>Private slot to populate the CA certificates tree.</td> 97 <td>Private slot to populate the CA certificates tree.</td>
80 </tr><tr> 98 </tr>
99 <tr>
81 <td><a href="#E5SslCertificatesDialog.__populateServerCertificatesTree">__populateServerCertificatesTree</a></td> 100 <td><a href="#E5SslCertificatesDialog.__populateServerCertificatesTree">__populateServerCertificatesTree</a></td>
82 <td>Private slot to populate the server certificates tree.</td> 101 <td>Private slot to populate the server certificates tree.</td>
83 </tr><tr> 102 </tr>
103 <tr>
84 <td><a href="#E5SslCertificatesDialog.__updateDefaultConfiguration">__updateDefaultConfiguration</a></td> 104 <td><a href="#E5SslCertificatesDialog.__updateDefaultConfiguration">__updateDefaultConfiguration</a></td>
85 <td>Private method to update the default SSL configuration.</td> 105 <td>Private method to update the default SSL configuration.</td>
86 </tr><tr> 106 </tr>
107 <tr>
87 <td><a href="#E5SslCertificatesDialog.on_caCertificatesTree_currentItemChanged">on_caCertificatesTree_currentItemChanged</a></td> 108 <td><a href="#E5SslCertificatesDialog.on_caCertificatesTree_currentItemChanged">on_caCertificatesTree_currentItemChanged</a></td>
88 <td>Private slot handling a change of the current item in the CA certificates list.</td> 109 <td>Private slot handling a change of the current item in the CA certificates list.</td>
89 </tr><tr> 110 </tr>
111 <tr>
90 <td><a href="#E5SslCertificatesDialog.on_caDeleteButton_clicked">on_caDeleteButton_clicked</a></td> 112 <td><a href="#E5SslCertificatesDialog.on_caDeleteButton_clicked">on_caDeleteButton_clicked</a></td>
91 <td>Private slot to delete the selected CA certificate.</td> 113 <td>Private slot to delete the selected CA certificate.</td>
92 </tr><tr> 114 </tr>
115 <tr>
93 <td><a href="#E5SslCertificatesDialog.on_caExportButton_clicked">on_caExportButton_clicked</a></td> 116 <td><a href="#E5SslCertificatesDialog.on_caExportButton_clicked">on_caExportButton_clicked</a></td>
94 <td>Private slot to export the selected CA certificate.</td> 117 <td>Private slot to export the selected CA certificate.</td>
95 </tr><tr> 118 </tr>
119 <tr>
96 <td><a href="#E5SslCertificatesDialog.on_caImportButton_clicked">on_caImportButton_clicked</a></td> 120 <td><a href="#E5SslCertificatesDialog.on_caImportButton_clicked">on_caImportButton_clicked</a></td>
97 <td>Private slot to import server certificates.</td> 121 <td>Private slot to import server certificates.</td>
98 </tr><tr> 122 </tr>
123 <tr>
99 <td><a href="#E5SslCertificatesDialog.on_caViewButton_clicked">on_caViewButton_clicked</a></td> 124 <td><a href="#E5SslCertificatesDialog.on_caViewButton_clicked">on_caViewButton_clicked</a></td>
100 <td>Private slot to show data of the selected CA certificate.</td> 125 <td>Private slot to show data of the selected CA certificate.</td>
101 </tr><tr> 126 </tr>
127 <tr>
102 <td><a href="#E5SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged">on_serversCertificatesTree_currentItemChanged</a></td> 128 <td><a href="#E5SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged">on_serversCertificatesTree_currentItemChanged</a></td>
103 <td>Private slot handling a change of the current item in the server certificates list.</td> 129 <td>Private slot handling a change of the current item in the server certificates list.</td>
104 </tr><tr> 130 </tr>
131 <tr>
105 <td><a href="#E5SslCertificatesDialog.on_serversDeleteButton_clicked">on_serversDeleteButton_clicked</a></td> 132 <td><a href="#E5SslCertificatesDialog.on_serversDeleteButton_clicked">on_serversDeleteButton_clicked</a></td>
106 <td>Private slot to delete the selected server certificate.</td> 133 <td>Private slot to delete the selected server certificate.</td>
107 </tr><tr> 134 </tr>
135 <tr>
108 <td><a href="#E5SslCertificatesDialog.on_serversExportButton_clicked">on_serversExportButton_clicked</a></td> 136 <td><a href="#E5SslCertificatesDialog.on_serversExportButton_clicked">on_serversExportButton_clicked</a></td>
109 <td>Private slot to export the selected server certificate.</td> 137 <td>Private slot to export the selected server certificate.</td>
110 </tr><tr> 138 </tr>
139 <tr>
111 <td><a href="#E5SslCertificatesDialog.on_serversImportButton_clicked">on_serversImportButton_clicked</a></td> 140 <td><a href="#E5SslCertificatesDialog.on_serversImportButton_clicked">on_serversImportButton_clicked</a></td>
112 <td>Private slot to import server certificates.</td> 141 <td>Private slot to import server certificates.</td>
113 </tr><tr> 142 </tr>
143 <tr>
114 <td><a href="#E5SslCertificatesDialog.on_serversViewButton_clicked">on_serversViewButton_clicked</a></td> 144 <td><a href="#E5SslCertificatesDialog.on_serversViewButton_clicked">on_serversViewButton_clicked</a></td>
115 <td>Private slot to show data of the selected server certificate.</td> 145 <td>Private slot to show data of the selected server certificate.</td>
116 </tr> 146 </tr>
117 </table> 147 </table>
118 <h3>Static Methods</h3> 148 <h3>Static Methods</h3>
149
119 <table> 150 <table>
120 <tr><td>None</td></tr> 151 <tr><td>None</td></tr>
121 </table> 152 </table>
153
122 <a NAME="E5SslCertificatesDialog.__init__" ID="E5SslCertificatesDialog.__init__"></a> 154 <a NAME="E5SslCertificatesDialog.__init__" ID="E5SslCertificatesDialog.__init__"></a>
123 <h4>E5SslCertificatesDialog (Constructor)</h4> 155 <h4>E5SslCertificatesDialog (Constructor)</h4>
124 <b>E5SslCertificatesDialog</b>(<i>parent=None</i>) 156 <b>E5SslCertificatesDialog</b>(<i>parent=None</i>)
157
125 <p> 158 <p>
126 Constructor 159 Constructor
127 </p><dl> 160 </p>
161 <dl>
162
128 <dt><i>parent</i></dt> 163 <dt><i>parent</i></dt>
129 <dd> 164 <dd>
130 reference to the parent widget (QWidget) 165 reference to the parent widget (QWidget)
131 </dd> 166 </dd>
132 </dl><a NAME="E5SslCertificatesDialog.__createCaCertificateEntry" ID="E5SslCertificatesDialog.__createCaCertificateEntry"></a> 167 </dl>
168 <a NAME="E5SslCertificatesDialog.__createCaCertificateEntry" ID="E5SslCertificatesDialog.__createCaCertificateEntry"></a>
133 <h4>E5SslCertificatesDialog.__createCaCertificateEntry</h4> 169 <h4>E5SslCertificatesDialog.__createCaCertificateEntry</h4>
134 <b>__createCaCertificateEntry</b>(<i>cert</i>) 170 <b>__createCaCertificateEntry</b>(<i>cert</i>)
171
135 <p> 172 <p>
136 Private method to create a CA certificate entry. 173 Private method to create a CA certificate entry.
137 </p><dl> 174 </p>
175 <dl>
176
138 <dt><i>cert</i></dt> 177 <dt><i>cert</i></dt>
139 <dd> 178 <dd>
140 certificate to insert (QSslCertificate) 179 certificate to insert (QSslCertificate)
141 </dd> 180 </dd>
142 </dl><a NAME="E5SslCertificatesDialog.__createServerCertificateEntry" ID="E5SslCertificatesDialog.__createServerCertificateEntry"></a> 181 </dl>
182 <a NAME="E5SslCertificatesDialog.__createServerCertificateEntry" ID="E5SslCertificatesDialog.__createServerCertificateEntry"></a>
143 <h4>E5SslCertificatesDialog.__createServerCertificateEntry</h4> 183 <h4>E5SslCertificatesDialog.__createServerCertificateEntry</h4>
144 <b>__createServerCertificateEntry</b>(<i>server, cert</i>) 184 <b>__createServerCertificateEntry</b>(<i>server, cert</i>)
185
145 <p> 186 <p>
146 Private method to create a server certificate entry. 187 Private method to create a server certificate entry.
147 </p><dl> 188 </p>
189 <dl>
190
148 <dt><i>server</i></dt> 191 <dt><i>server</i></dt>
149 <dd> 192 <dd>
150 server name of the certificate (string) 193 server name of the certificate (string)
151 </dd><dt><i>cert</i></dt> 194 </dd>
195 <dt><i>cert</i></dt>
152 <dd> 196 <dd>
153 certificate to insert (QSslCertificate) 197 certificate to insert (QSslCertificate)
154 </dd> 198 </dd>
155 </dl><a NAME="E5SslCertificatesDialog.__exportCertificate" ID="E5SslCertificatesDialog.__exportCertificate"></a> 199 </dl>
200 <a NAME="E5SslCertificatesDialog.__exportCertificate" ID="E5SslCertificatesDialog.__exportCertificate"></a>
156 <h4>E5SslCertificatesDialog.__exportCertificate</h4> 201 <h4>E5SslCertificatesDialog.__exportCertificate</h4>
157 <b>__exportCertificate</b>(<i>name, cert</i>) 202 <b>__exportCertificate</b>(<i>name, cert</i>)
203
158 <p> 204 <p>
159 Private slot to export a certificate. 205 Private slot to export a certificate.
160 </p><dl> 206 </p>
207 <dl>
208
161 <dt><i>name</i></dt> 209 <dt><i>name</i></dt>
162 <dd> 210 <dd>
163 default file name without extension (string) 211 default file name without extension (string)
164 </dd><dt><i>cert</i></dt> 212 </dd>
213 <dt><i>cert</i></dt>
165 <dd> 214 <dd>
166 certificate to be exported (QSslCertificate) 215 certificate to be exported (QSslCertificate)
167 </dd> 216 </dd>
168 </dl><a NAME="E5SslCertificatesDialog.__getSystemCaCertificates" ID="E5SslCertificatesDialog.__getSystemCaCertificates"></a> 217 </dl>
218 <a NAME="E5SslCertificatesDialog.__getSystemCaCertificates" ID="E5SslCertificatesDialog.__getSystemCaCertificates"></a>
169 <h4>E5SslCertificatesDialog.__getSystemCaCertificates</h4> 219 <h4>E5SslCertificatesDialog.__getSystemCaCertificates</h4>
170 <b>__getSystemCaCertificates</b>(<i></i>) 220 <b>__getSystemCaCertificates</b>(<i></i>)
221
171 <p> 222 <p>
172 Private method to get the list of system certificates. 223 Private method to get the list of system certificates.
173 </p><dl> 224 </p>
225 <dl>
174 <dt>Returns:</dt> 226 <dt>Returns:</dt>
175 <dd> 227 <dd>
176 list of system certificates (list of QSslCertificate) 228 list of system certificates (list of QSslCertificate)
177 </dd> 229 </dd>
178 </dl><a NAME="E5SslCertificatesDialog.__importCertificate" ID="E5SslCertificatesDialog.__importCertificate"></a> 230 </dl>
231 <a NAME="E5SslCertificatesDialog.__importCertificate" ID="E5SslCertificatesDialog.__importCertificate"></a>
179 <h4>E5SslCertificatesDialog.__importCertificate</h4> 232 <h4>E5SslCertificatesDialog.__importCertificate</h4>
180 <b>__importCertificate</b>(<i></i>) 233 <b>__importCertificate</b>(<i></i>)
234
181 <p> 235 <p>
182 Private method to read a certificate. 236 Private method to read a certificate.
183 </p><dl> 237 </p>
238 <dl>
184 <dt>Returns:</dt> 239 <dt>Returns:</dt>
185 <dd> 240 <dd>
186 certificates read (list of QSslCertificate) 241 certificates read (list of QSslCertificate)
187 </dd> 242 </dd>
188 </dl><a NAME="E5SslCertificatesDialog.__populateCaCertificatesTree" ID="E5SslCertificatesDialog.__populateCaCertificatesTree"></a> 243 </dl>
244 <a NAME="E5SslCertificatesDialog.__populateCaCertificatesTree" ID="E5SslCertificatesDialog.__populateCaCertificatesTree"></a>
189 <h4>E5SslCertificatesDialog.__populateCaCertificatesTree</h4> 245 <h4>E5SslCertificatesDialog.__populateCaCertificatesTree</h4>
190 <b>__populateCaCertificatesTree</b>(<i></i>) 246 <b>__populateCaCertificatesTree</b>(<i></i>)
247
191 <p> 248 <p>
192 Private slot to populate the CA certificates tree. 249 Private slot to populate the CA certificates tree.
193 </p><a NAME="E5SslCertificatesDialog.__populateServerCertificatesTree" ID="E5SslCertificatesDialog.__populateServerCertificatesTree"></a> 250 </p>
251 <a NAME="E5SslCertificatesDialog.__populateServerCertificatesTree" ID="E5SslCertificatesDialog.__populateServerCertificatesTree"></a>
194 <h4>E5SslCertificatesDialog.__populateServerCertificatesTree</h4> 252 <h4>E5SslCertificatesDialog.__populateServerCertificatesTree</h4>
195 <b>__populateServerCertificatesTree</b>(<i></i>) 253 <b>__populateServerCertificatesTree</b>(<i></i>)
254
196 <p> 255 <p>
197 Private slot to populate the server certificates tree. 256 Private slot to populate the server certificates tree.
198 </p><a NAME="E5SslCertificatesDialog.__updateDefaultConfiguration" ID="E5SslCertificatesDialog.__updateDefaultConfiguration"></a> 257 </p>
258 <a NAME="E5SslCertificatesDialog.__updateDefaultConfiguration" ID="E5SslCertificatesDialog.__updateDefaultConfiguration"></a>
199 <h4>E5SslCertificatesDialog.__updateDefaultConfiguration</h4> 259 <h4>E5SslCertificatesDialog.__updateDefaultConfiguration</h4>
200 <b>__updateDefaultConfiguration</b>(<i></i>) 260 <b>__updateDefaultConfiguration</b>(<i></i>)
261
201 <p> 262 <p>
202 Private method to update the default SSL configuration. 263 Private method to update the default SSL configuration.
203 </p><a NAME="E5SslCertificatesDialog.on_caCertificatesTree_currentItemChanged" ID="E5SslCertificatesDialog.on_caCertificatesTree_currentItemChanged"></a> 264 </p>
265 <a NAME="E5SslCertificatesDialog.on_caCertificatesTree_currentItemChanged" ID="E5SslCertificatesDialog.on_caCertificatesTree_currentItemChanged"></a>
204 <h4>E5SslCertificatesDialog.on_caCertificatesTree_currentItemChanged</h4> 266 <h4>E5SslCertificatesDialog.on_caCertificatesTree_currentItemChanged</h4>
205 <b>on_caCertificatesTree_currentItemChanged</b>(<i>current, previous</i>) 267 <b>on_caCertificatesTree_currentItemChanged</b>(<i>current, previous</i>)
268
206 <p> 269 <p>
207 Private slot handling a change of the current item 270 Private slot handling a change of the current item
208 in the CA certificates list. 271 in the CA certificates list.
209 </p><dl> 272 </p>
273 <dl>
274
210 <dt><i>current</i></dt> 275 <dt><i>current</i></dt>
211 <dd> 276 <dd>
212 new current item (QTreeWidgetItem) 277 new current item (QTreeWidgetItem)
213 </dd><dt><i>previous</i></dt> 278 </dd>
279 <dt><i>previous</i></dt>
214 <dd> 280 <dd>
215 previous current item (QTreeWidgetItem) 281 previous current item (QTreeWidgetItem)
216 </dd> 282 </dd>
217 </dl><a NAME="E5SslCertificatesDialog.on_caDeleteButton_clicked" ID="E5SslCertificatesDialog.on_caDeleteButton_clicked"></a> 283 </dl>
284 <a NAME="E5SslCertificatesDialog.on_caDeleteButton_clicked" ID="E5SslCertificatesDialog.on_caDeleteButton_clicked"></a>
218 <h4>E5SslCertificatesDialog.on_caDeleteButton_clicked</h4> 285 <h4>E5SslCertificatesDialog.on_caDeleteButton_clicked</h4>
219 <b>on_caDeleteButton_clicked</b>(<i></i>) 286 <b>on_caDeleteButton_clicked</b>(<i></i>)
287
220 <p> 288 <p>
221 Private slot to delete the selected CA certificate. 289 Private slot to delete the selected CA certificate.
222 </p><a NAME="E5SslCertificatesDialog.on_caExportButton_clicked" ID="E5SslCertificatesDialog.on_caExportButton_clicked"></a> 290 </p>
291 <a NAME="E5SslCertificatesDialog.on_caExportButton_clicked" ID="E5SslCertificatesDialog.on_caExportButton_clicked"></a>
223 <h4>E5SslCertificatesDialog.on_caExportButton_clicked</h4> 292 <h4>E5SslCertificatesDialog.on_caExportButton_clicked</h4>
224 <b>on_caExportButton_clicked</b>(<i></i>) 293 <b>on_caExportButton_clicked</b>(<i></i>)
294
225 <p> 295 <p>
226 Private slot to export the selected CA certificate. 296 Private slot to export the selected CA certificate.
227 </p><a NAME="E5SslCertificatesDialog.on_caImportButton_clicked" ID="E5SslCertificatesDialog.on_caImportButton_clicked"></a> 297 </p>
298 <a NAME="E5SslCertificatesDialog.on_caImportButton_clicked" ID="E5SslCertificatesDialog.on_caImportButton_clicked"></a>
228 <h4>E5SslCertificatesDialog.on_caImportButton_clicked</h4> 299 <h4>E5SslCertificatesDialog.on_caImportButton_clicked</h4>
229 <b>on_caImportButton_clicked</b>(<i></i>) 300 <b>on_caImportButton_clicked</b>(<i></i>)
301
230 <p> 302 <p>
231 Private slot to import server certificates. 303 Private slot to import server certificates.
232 </p><a NAME="E5SslCertificatesDialog.on_caViewButton_clicked" ID="E5SslCertificatesDialog.on_caViewButton_clicked"></a> 304 </p>
305 <a NAME="E5SslCertificatesDialog.on_caViewButton_clicked" ID="E5SslCertificatesDialog.on_caViewButton_clicked"></a>
233 <h4>E5SslCertificatesDialog.on_caViewButton_clicked</h4> 306 <h4>E5SslCertificatesDialog.on_caViewButton_clicked</h4>
234 <b>on_caViewButton_clicked</b>(<i></i>) 307 <b>on_caViewButton_clicked</b>(<i></i>)
308
235 <p> 309 <p>
236 Private slot to show data of the selected CA certificate. 310 Private slot to show data of the selected CA certificate.
237 </p><a NAME="E5SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged" ID="E5SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged"></a> 311 </p>
312 <a NAME="E5SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged" ID="E5SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged"></a>
238 <h4>E5SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged</h4> 313 <h4>E5SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged</h4>
239 <b>on_serversCertificatesTree_currentItemChanged</b>(<i>current, previous</i>) 314 <b>on_serversCertificatesTree_currentItemChanged</b>(<i>current, previous</i>)
315
240 <p> 316 <p>
241 Private slot handling a change of the current item in the 317 Private slot handling a change of the current item in the
242 server certificates list. 318 server certificates list.
243 </p><dl> 319 </p>
320 <dl>
321
244 <dt><i>current</i></dt> 322 <dt><i>current</i></dt>
245 <dd> 323 <dd>
246 new current item (QTreeWidgetItem) 324 new current item (QTreeWidgetItem)
247 </dd><dt><i>previous</i></dt> 325 </dd>
326 <dt><i>previous</i></dt>
248 <dd> 327 <dd>
249 previous current item (QTreeWidgetItem) 328 previous current item (QTreeWidgetItem)
250 </dd> 329 </dd>
251 </dl><a NAME="E5SslCertificatesDialog.on_serversDeleteButton_clicked" ID="E5SslCertificatesDialog.on_serversDeleteButton_clicked"></a> 330 </dl>
331 <a NAME="E5SslCertificatesDialog.on_serversDeleteButton_clicked" ID="E5SslCertificatesDialog.on_serversDeleteButton_clicked"></a>
252 <h4>E5SslCertificatesDialog.on_serversDeleteButton_clicked</h4> 332 <h4>E5SslCertificatesDialog.on_serversDeleteButton_clicked</h4>
253 <b>on_serversDeleteButton_clicked</b>(<i></i>) 333 <b>on_serversDeleteButton_clicked</b>(<i></i>)
334
254 <p> 335 <p>
255 Private slot to delete the selected server certificate. 336 Private slot to delete the selected server certificate.
256 </p><a NAME="E5SslCertificatesDialog.on_serversExportButton_clicked" ID="E5SslCertificatesDialog.on_serversExportButton_clicked"></a> 337 </p>
338 <a NAME="E5SslCertificatesDialog.on_serversExportButton_clicked" ID="E5SslCertificatesDialog.on_serversExportButton_clicked"></a>
257 <h4>E5SslCertificatesDialog.on_serversExportButton_clicked</h4> 339 <h4>E5SslCertificatesDialog.on_serversExportButton_clicked</h4>
258 <b>on_serversExportButton_clicked</b>(<i></i>) 340 <b>on_serversExportButton_clicked</b>(<i></i>)
341
259 <p> 342 <p>
260 Private slot to export the selected server certificate. 343 Private slot to export the selected server certificate.
261 </p><a NAME="E5SslCertificatesDialog.on_serversImportButton_clicked" ID="E5SslCertificatesDialog.on_serversImportButton_clicked"></a> 344 </p>
345 <a NAME="E5SslCertificatesDialog.on_serversImportButton_clicked" ID="E5SslCertificatesDialog.on_serversImportButton_clicked"></a>
262 <h4>E5SslCertificatesDialog.on_serversImportButton_clicked</h4> 346 <h4>E5SslCertificatesDialog.on_serversImportButton_clicked</h4>
263 <b>on_serversImportButton_clicked</b>(<i></i>) 347 <b>on_serversImportButton_clicked</b>(<i></i>)
348
264 <p> 349 <p>
265 Private slot to import server certificates. 350 Private slot to import server certificates.
266 </p><a NAME="E5SslCertificatesDialog.on_serversViewButton_clicked" ID="E5SslCertificatesDialog.on_serversViewButton_clicked"></a> 351 </p>
352 <a NAME="E5SslCertificatesDialog.on_serversViewButton_clicked" ID="E5SslCertificatesDialog.on_serversViewButton_clicked"></a>
267 <h4>E5SslCertificatesDialog.on_serversViewButton_clicked</h4> 353 <h4>E5SslCertificatesDialog.on_serversViewButton_clicked</h4>
268 <b>on_serversViewButton_clicked</b>(<i></i>) 354 <b>on_serversViewButton_clicked</b>(<i></i>)
355
269 <p> 356 <p>
270 Private slot to show data of the selected server certificate. 357 Private slot to show data of the selected server certificate.
271 </p> 358 </p>
272 <div align="right"><a href="#top">Up</a></div> 359 <div align="right"><a href="#top">Up</a></div>
273 <hr /> 360 <hr />

eric ide

mercurial