eric6/Documentation/Source/eric6.WebBrowser.Network.SslErrorExceptionsDialog.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.WebBrowser.Network.SslErrorExceptionsDialog</h1> 23 <h1>eric6.WebBrowser.Network.SslErrorExceptionsDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog to edit the SSL error exceptions. 26 Module implementing a dialog to edit the SSL error exceptions.
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>
34
31 <table> 35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#SslErrorExceptionsDialog">SslErrorExceptionsDialog</a></td> 38 <td><a href="#SslErrorExceptionsDialog">SslErrorExceptionsDialog</a></td>
34 <td>Class implementing a dialog to edit the SSL error exceptions.</td> 39 <td>Class implementing a dialog to edit the SSL error exceptions.</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="SslErrorExceptionsDialog" ID="SslErrorExceptionsDialog"></a> 49 <a NAME="SslErrorExceptionsDialog" ID="SslErrorExceptionsDialog"></a>
43 <h2>SslErrorExceptionsDialog</h2> 50 <h2>SslErrorExceptionsDialog</h2>
51
44 <p> 52 <p>
45 Class implementing a dialog to edit the SSL error exceptions. 53 Class implementing a dialog to edit the SSL error exceptions.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QDialog, Ui_SslErrorExceptionsDialog 56 QDialog, Ui_SslErrorExceptionsDialog
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</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>
68
58 <table> 69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#SslErrorExceptionsDialog.__init__">SslErrorExceptionsDialog</a></td> 72 <td><a href="#SslErrorExceptionsDialog.__init__">SslErrorExceptionsDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#SslErrorExceptionsDialog.__setRemoveButtons">__setRemoveButtons</a></td> 76 <td><a href="#SslErrorExceptionsDialog.__setRemoveButtons">__setRemoveButtons</a></td>
64 <td>Private method to set the state of the 'remove' buttons.</td> 77 <td>Private method to set the state of the 'remove' buttons.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#SslErrorExceptionsDialog.getSslErrorExceptions">getSslErrorExceptions</a></td> 80 <td><a href="#SslErrorExceptionsDialog.getSslErrorExceptions">getSslErrorExceptions</a></td>
67 <td>Public method to retrieve the list of SSL error exceptions.</td> 81 <td>Public method to retrieve the list of SSL error exceptions.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#SslErrorExceptionsDialog.on_errorsTree_customContextMenuRequested">on_errorsTree_customContextMenuRequested</a></td> 84 <td><a href="#SslErrorExceptionsDialog.on_errorsTree_customContextMenuRequested">on_errorsTree_customContextMenuRequested</a></td>
70 <td>Private slot to show the context menu.</td> 85 <td>Private slot to show the context menu.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#SslErrorExceptionsDialog.on_errorsTree_itemSelectionChanged">on_errorsTree_itemSelectionChanged</a></td> 88 <td><a href="#SslErrorExceptionsDialog.on_errorsTree_itemSelectionChanged">on_errorsTree_itemSelectionChanged</a></td>
73 <td>Private slot handling the selection of entries.</td> 89 <td>Private slot handling the selection of entries.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#SslErrorExceptionsDialog.on_removeAllButton_clicked">on_removeAllButton_clicked</a></td> 92 <td><a href="#SslErrorExceptionsDialog.on_removeAllButton_clicked">on_removeAllButton_clicked</a></td>
76 <td>Private slot to remove all entries.</td> 93 <td>Private slot to remove all entries.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#SslErrorExceptionsDialog.on_removeButton_clicked">on_removeButton_clicked</a></td> 96 <td><a href="#SslErrorExceptionsDialog.on_removeButton_clicked">on_removeButton_clicked</a></td>
79 <td>Private slot to remove the selected items.</td> 97 <td>Private slot to remove the selected items.</td>
80 </tr> 98 </tr>
81 </table> 99 </table>
82 <h3>Static Methods</h3> 100 <h3>Static Methods</h3>
101
83 <table> 102 <table>
84 <tr><td>None</td></tr> 103 <tr><td>None</td></tr>
85 </table> 104 </table>
105
86 <a NAME="SslErrorExceptionsDialog.__init__" ID="SslErrorExceptionsDialog.__init__"></a> 106 <a NAME="SslErrorExceptionsDialog.__init__" ID="SslErrorExceptionsDialog.__init__"></a>
87 <h4>SslErrorExceptionsDialog (Constructor)</h4> 107 <h4>SslErrorExceptionsDialog (Constructor)</h4>
88 <b>SslErrorExceptionsDialog</b>(<i>errorsDict, parent=None</i>) 108 <b>SslErrorExceptionsDialog</b>(<i>errorsDict, parent=None</i>)
109
89 <p> 110 <p>
90 Constructor 111 Constructor
91 </p><dl> 112 </p>
113 <dl>
114
92 <dt><i>errorsDict</i> (dict of list of int)</dt> 115 <dt><i>errorsDict</i> (dict of list of int)</dt>
93 <dd> 116 <dd>
94 error exceptions 117 error exceptions
95 </dd><dt><i>parent</i> (QWidget)</dt> 118 </dd>
119 <dt><i>parent</i> (QWidget)</dt>
96 <dd> 120 <dd>
97 reference to the parent widget 121 reference to the parent widget
98 </dd> 122 </dd>
99 </dl><a NAME="SslErrorExceptionsDialog.__setRemoveButtons" ID="SslErrorExceptionsDialog.__setRemoveButtons"></a> 123 </dl>
124 <a NAME="SslErrorExceptionsDialog.__setRemoveButtons" ID="SslErrorExceptionsDialog.__setRemoveButtons"></a>
100 <h4>SslErrorExceptionsDialog.__setRemoveButtons</h4> 125 <h4>SslErrorExceptionsDialog.__setRemoveButtons</h4>
101 <b>__setRemoveButtons</b>(<i></i>) 126 <b>__setRemoveButtons</b>(<i></i>)
127
102 <p> 128 <p>
103 Private method to set the state of the 'remove' buttons. 129 Private method to set the state of the 'remove' buttons.
104 </p><a NAME="SslErrorExceptionsDialog.getSslErrorExceptions" ID="SslErrorExceptionsDialog.getSslErrorExceptions"></a> 130 </p>
131 <a NAME="SslErrorExceptionsDialog.getSslErrorExceptions" ID="SslErrorExceptionsDialog.getSslErrorExceptions"></a>
105 <h4>SslErrorExceptionsDialog.getSslErrorExceptions</h4> 132 <h4>SslErrorExceptionsDialog.getSslErrorExceptions</h4>
106 <b>getSslErrorExceptions</b>(<i></i>) 133 <b>getSslErrorExceptions</b>(<i></i>)
134
107 <p> 135 <p>
108 Public method to retrieve the list of SSL error exceptions. 136 Public method to retrieve the list of SSL error exceptions.
109 </p><dl> 137 </p>
138 <dl>
110 <dt>Returns:</dt> 139 <dt>Returns:</dt>
111 <dd> 140 <dd>
112 error exceptions 141 error exceptions
113 </dd> 142 </dd>
114 </dl><dl> 143 </dl>
144 <dl>
115 <dt>Return Type:</dt> 145 <dt>Return Type:</dt>
116 <dd> 146 <dd>
117 dict of list of int 147 dict of list of int
118 </dd> 148 </dd>
119 </dl><a NAME="SslErrorExceptionsDialog.on_errorsTree_customContextMenuRequested" ID="SslErrorExceptionsDialog.on_errorsTree_customContextMenuRequested"></a> 149 </dl>
150 <a NAME="SslErrorExceptionsDialog.on_errorsTree_customContextMenuRequested" ID="SslErrorExceptionsDialog.on_errorsTree_customContextMenuRequested"></a>
120 <h4>SslErrorExceptionsDialog.on_errorsTree_customContextMenuRequested</h4> 151 <h4>SslErrorExceptionsDialog.on_errorsTree_customContextMenuRequested</h4>
121 <b>on_errorsTree_customContextMenuRequested</b>(<i>pos</i>) 152 <b>on_errorsTree_customContextMenuRequested</b>(<i>pos</i>)
153
122 <p> 154 <p>
123 Private slot to show the context menu. 155 Private slot to show the context menu.
124 </p><dl> 156 </p>
157 <dl>
158
125 <dt><i>pos</i> (QPoint)</dt> 159 <dt><i>pos</i> (QPoint)</dt>
126 <dd> 160 <dd>
127 cursor position 161 cursor position
128 </dd> 162 </dd>
129 </dl><a NAME="SslErrorExceptionsDialog.on_errorsTree_itemSelectionChanged" ID="SslErrorExceptionsDialog.on_errorsTree_itemSelectionChanged"></a> 163 </dl>
164 <a NAME="SslErrorExceptionsDialog.on_errorsTree_itemSelectionChanged" ID="SslErrorExceptionsDialog.on_errorsTree_itemSelectionChanged"></a>
130 <h4>SslErrorExceptionsDialog.on_errorsTree_itemSelectionChanged</h4> 165 <h4>SslErrorExceptionsDialog.on_errorsTree_itemSelectionChanged</h4>
131 <b>on_errorsTree_itemSelectionChanged</b>(<i></i>) 166 <b>on_errorsTree_itemSelectionChanged</b>(<i></i>)
167
132 <p> 168 <p>
133 Private slot handling the selection of entries. 169 Private slot handling the selection of entries.
134 </p><a NAME="SslErrorExceptionsDialog.on_removeAllButton_clicked" ID="SslErrorExceptionsDialog.on_removeAllButton_clicked"></a> 170 </p>
171 <a NAME="SslErrorExceptionsDialog.on_removeAllButton_clicked" ID="SslErrorExceptionsDialog.on_removeAllButton_clicked"></a>
135 <h4>SslErrorExceptionsDialog.on_removeAllButton_clicked</h4> 172 <h4>SslErrorExceptionsDialog.on_removeAllButton_clicked</h4>
136 <b>on_removeAllButton_clicked</b>(<i></i>) 173 <b>on_removeAllButton_clicked</b>(<i></i>)
174
137 <p> 175 <p>
138 Private slot to remove all entries. 176 Private slot to remove all entries.
139 </p><a NAME="SslErrorExceptionsDialog.on_removeButton_clicked" ID="SslErrorExceptionsDialog.on_removeButton_clicked"></a> 177 </p>
178 <a NAME="SslErrorExceptionsDialog.on_removeButton_clicked" ID="SslErrorExceptionsDialog.on_removeButton_clicked"></a>
140 <h4>SslErrorExceptionsDialog.on_removeButton_clicked</h4> 179 <h4>SslErrorExceptionsDialog.on_removeButton_clicked</h4>
141 <b>on_removeButton_clicked</b>(<i></i>) 180 <b>on_removeButton_clicked</b>(<i></i>)
181
142 <p> 182 <p>
143 Private slot to remove the selected items. 183 Private slot to remove the selected items.
144 </p> 184 </p>
145 <div align="right"><a href="#top">Up</a></div> 185 <div align="right"><a href="#top">Up</a></div>
146 <hr /> 186 <hr />

eric ide

mercurial