|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.WebBrowser.Network.SslErrorExceptionsDialog</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.WebBrowser.Network.SslErrorExceptionsDialog</h1> |
|
23 <p> |
|
24 Module implementing a dialog to edit the SSL error exceptions. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <h3>Classes</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="#SslErrorExceptionsDialog">SslErrorExceptionsDialog</a></td> |
|
34 <td>Class implementing a dialog to edit the SSL error exceptions.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <h3>Functions</h3> |
|
38 <table> |
|
39 <tr><td>None</td></tr> |
|
40 </table> |
|
41 <hr /><hr /> |
|
42 <a NAME="SslErrorExceptionsDialog" ID="SslErrorExceptionsDialog"></a> |
|
43 <h2>SslErrorExceptionsDialog</h2> |
|
44 <p> |
|
45 Class implementing a dialog to edit the SSL error exceptions. |
|
46 </p> |
|
47 <h3>Derived from</h3> |
|
48 QDialog, Ui_SslErrorExceptionsDialog |
|
49 <h3>Class Attributes</h3> |
|
50 <table> |
|
51 <tr><td>None</td></tr> |
|
52 </table> |
|
53 <h3>Class Methods</h3> |
|
54 <table> |
|
55 <tr><td>None</td></tr> |
|
56 </table> |
|
57 <h3>Methods</h3> |
|
58 <table> |
|
59 <tr> |
|
60 <td><a href="#SslErrorExceptionsDialog.__init__">SslErrorExceptionsDialog</a></td> |
|
61 <td>Constructor</td> |
|
62 </tr><tr> |
|
63 <td><a href="#SslErrorExceptionsDialog.__setRemoveButtons">__setRemoveButtons</a></td> |
|
64 <td>Private method to set the state of the 'remove' buttons.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#SslErrorExceptionsDialog.getSslErrorExceptions">getSslErrorExceptions</a></td> |
|
67 <td>Public method to retrieve the list of SSL error exceptions.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#SslErrorExceptionsDialog.on_errorsTree_customContextMenuRequested">on_errorsTree_customContextMenuRequested</a></td> |
|
70 <td>Private slot to show the context menu.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#SslErrorExceptionsDialog.on_errorsTree_itemSelectionChanged">on_errorsTree_itemSelectionChanged</a></td> |
|
73 <td>Private slot handling the selection of entries.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#SslErrorExceptionsDialog.on_removeAllButton_clicked">on_removeAllButton_clicked</a></td> |
|
76 <td>Private slot to remove all entries.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#SslErrorExceptionsDialog.on_removeButton_clicked">on_removeButton_clicked</a></td> |
|
79 <td>Private slot to remove the selected items.</td> |
|
80 </tr> |
|
81 </table> |
|
82 <h3>Static Methods</h3> |
|
83 <table> |
|
84 <tr><td>None</td></tr> |
|
85 </table> |
|
86 <a NAME="SslErrorExceptionsDialog.__init__" ID="SslErrorExceptionsDialog.__init__"></a> |
|
87 <h4>SslErrorExceptionsDialog (Constructor)</h4> |
|
88 <b>SslErrorExceptionsDialog</b>(<i>errorsDict, parent=None</i>) |
|
89 <p> |
|
90 Constructor |
|
91 </p><dl> |
|
92 <dt><i>errorsDict</i> (dict of list of int)</dt> |
|
93 <dd> |
|
94 error exceptions |
|
95 </dd><dt><i>parent</i> (QWidget)</dt> |
|
96 <dd> |
|
97 reference to the parent widget |
|
98 </dd> |
|
99 </dl><a NAME="SslErrorExceptionsDialog.__setRemoveButtons" ID="SslErrorExceptionsDialog.__setRemoveButtons"></a> |
|
100 <h4>SslErrorExceptionsDialog.__setRemoveButtons</h4> |
|
101 <b>__setRemoveButtons</b>(<i></i>) |
|
102 <p> |
|
103 Private method to set the state of the 'remove' buttons. |
|
104 </p><a NAME="SslErrorExceptionsDialog.getSslErrorExceptions" ID="SslErrorExceptionsDialog.getSslErrorExceptions"></a> |
|
105 <h4>SslErrorExceptionsDialog.getSslErrorExceptions</h4> |
|
106 <b>getSslErrorExceptions</b>(<i></i>) |
|
107 <p> |
|
108 Public method to retrieve the list of SSL error exceptions. |
|
109 </p><dl> |
|
110 <dt>Returns:</dt> |
|
111 <dd> |
|
112 error exceptions |
|
113 </dd> |
|
114 </dl><dl> |
|
115 <dt>Return Type:</dt> |
|
116 <dd> |
|
117 dict of list of int |
|
118 </dd> |
|
119 </dl><a NAME="SslErrorExceptionsDialog.on_errorsTree_customContextMenuRequested" ID="SslErrorExceptionsDialog.on_errorsTree_customContextMenuRequested"></a> |
|
120 <h4>SslErrorExceptionsDialog.on_errorsTree_customContextMenuRequested</h4> |
|
121 <b>on_errorsTree_customContextMenuRequested</b>(<i>pos</i>) |
|
122 <p> |
|
123 Private slot to show the context menu. |
|
124 </p><dl> |
|
125 <dt><i>pos</i> (QPoint)</dt> |
|
126 <dd> |
|
127 cursor position |
|
128 </dd> |
|
129 </dl><a NAME="SslErrorExceptionsDialog.on_errorsTree_itemSelectionChanged" ID="SslErrorExceptionsDialog.on_errorsTree_itemSelectionChanged"></a> |
|
130 <h4>SslErrorExceptionsDialog.on_errorsTree_itemSelectionChanged</h4> |
|
131 <b>on_errorsTree_itemSelectionChanged</b>(<i></i>) |
|
132 <p> |
|
133 Private slot handling the selection of entries. |
|
134 </p><a NAME="SslErrorExceptionsDialog.on_removeAllButton_clicked" ID="SslErrorExceptionsDialog.on_removeAllButton_clicked"></a> |
|
135 <h4>SslErrorExceptionsDialog.on_removeAllButton_clicked</h4> |
|
136 <b>on_removeAllButton_clicked</b>(<i></i>) |
|
137 <p> |
|
138 Private slot to remove all entries. |
|
139 </p><a NAME="SslErrorExceptionsDialog.on_removeButton_clicked" ID="SslErrorExceptionsDialog.on_removeButton_clicked"></a> |
|
140 <h4>SslErrorExceptionsDialog.on_removeButton_clicked</h4> |
|
141 <b>on_removeButton_clicked</b>(<i></i>) |
|
142 <p> |
|
143 Private slot to remove the selected items. |
|
144 </p> |
|
145 <div align="right"><a href="#top">Up</a></div> |
|
146 <hr /> |
|
147 </body></html> |