|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.WebBrowser.StatusBar.JavaScriptSettingsDialog</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>eric7.WebBrowser.StatusBar.JavaScriptSettingsDialog</h1> |
|
10 |
|
11 <p> |
|
12 Module implementing the JavaScript settings dialog. |
|
13 </p> |
|
14 <h3>Global Attributes</h3> |
|
15 |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 |
|
21 <table> |
|
22 |
|
23 <tr> |
|
24 <td><a href="#JavaScriptSettingsDialog">JavaScriptSettingsDialog</a></td> |
|
25 <td>Class implementing the JavaScript settings dialog.</td> |
|
26 </tr> |
|
27 </table> |
|
28 <h3>Functions</h3> |
|
29 |
|
30 <table> |
|
31 <tr><td>None</td></tr> |
|
32 </table> |
|
33 <hr /> |
|
34 <hr /> |
|
35 <a NAME="JavaScriptSettingsDialog" ID="JavaScriptSettingsDialog"></a> |
|
36 <h2>JavaScriptSettingsDialog</h2> |
|
37 |
|
38 <p> |
|
39 Class implementing the JavaScript settings dialog. |
|
40 </p> |
|
41 <p> |
|
42 Note: it contains the JavaScript part of the web browser configuration |
|
43 dialog. |
|
44 </p> |
|
45 <h3>Derived from</h3> |
|
46 QDialog, Ui_JavaScriptSettingsDialog |
|
47 <h3>Class Attributes</h3> |
|
48 |
|
49 <table> |
|
50 <tr><td>None</td></tr> |
|
51 </table> |
|
52 <h3>Class Methods</h3> |
|
53 |
|
54 <table> |
|
55 <tr><td>None</td></tr> |
|
56 </table> |
|
57 <h3>Methods</h3> |
|
58 |
|
59 <table> |
|
60 |
|
61 <tr> |
|
62 <td><a href="#JavaScriptSettingsDialog.__init__">JavaScriptSettingsDialog</a></td> |
|
63 <td>Constructor</td> |
|
64 </tr> |
|
65 <tr> |
|
66 <td><a href="#JavaScriptSettingsDialog.accept">accept</a></td> |
|
67 <td>Public slot to accept the dialog.</td> |
|
68 </tr> |
|
69 </table> |
|
70 <h3>Static Methods</h3> |
|
71 |
|
72 <table> |
|
73 <tr><td>None</td></tr> |
|
74 </table> |
|
75 |
|
76 <a NAME="JavaScriptSettingsDialog.__init__" ID="JavaScriptSettingsDialog.__init__"></a> |
|
77 <h4>JavaScriptSettingsDialog (Constructor)</h4> |
|
78 <b>JavaScriptSettingsDialog</b>(<i>parent=None</i>) |
|
79 |
|
80 <p> |
|
81 Constructor |
|
82 </p> |
|
83 <dl> |
|
84 |
|
85 <dt><i>parent</i> (QWidget)</dt> |
|
86 <dd> |
|
87 reference to the parent widget |
|
88 </dd> |
|
89 </dl> |
|
90 <a NAME="JavaScriptSettingsDialog.accept" ID="JavaScriptSettingsDialog.accept"></a> |
|
91 <h4>JavaScriptSettingsDialog.accept</h4> |
|
92 <b>accept</b>(<i></i>) |
|
93 |
|
94 <p> |
|
95 Public slot to accept the dialog. |
|
96 </p> |
|
97 <div align="right"><a href="#top">Up</a></div> |
|
98 <hr /> |
|
99 </body></html> |