|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Preferences.ConfigurationPages.NetworkProxyPage</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.Preferences.ConfigurationPages.NetworkProxyPage</h1> |
|
10 <p> |
|
11 Module implementing the Network configuration page. |
|
12 </p> |
|
13 |
|
14 <h3>Global Attributes</h3> |
|
15 <table> |
|
16 <tr><td>None</td></tr> |
|
17 </table> |
|
18 |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#NetworkProxyPage">NetworkProxyPage</a></td> |
|
23 <td>Class implementing the Network configuration page.</td> |
|
24 </tr> |
|
25 </table> |
|
26 |
|
27 <h3>Functions</h3> |
|
28 <table> |
|
29 <tr> |
|
30 <td><a href="#create">create</a></td> |
|
31 <td>Module function to create the configuration page.</td> |
|
32 </tr> |
|
33 </table> |
|
34 |
|
35 <hr /> |
|
36 <hr /> |
|
37 <a NAME="NetworkProxyPage" ID="NetworkProxyPage"></a> |
|
38 <h2>NetworkProxyPage</h2> |
|
39 <p> |
|
40 Class implementing the Network configuration page. |
|
41 </p> |
|
42 |
|
43 <h3>Derived from</h3> |
|
44 ConfigurationPageBase, Ui_NetworkProxyPage |
|
45 <h3>Class Attributes</h3> |
|
46 <table> |
|
47 <tr><td>None</td></tr> |
|
48 </table> |
|
49 |
|
50 <h3>Class Methods</h3> |
|
51 <table> |
|
52 <tr><td>None</td></tr> |
|
53 </table> |
|
54 |
|
55 <h3>Methods</h3> |
|
56 <table> |
|
57 <tr> |
|
58 <td><a href="#NetworkProxyPage.__init__">NetworkProxyPage</a></td> |
|
59 <td>Constructor</td> |
|
60 </tr> |
|
61 <tr> |
|
62 <td><a href="#NetworkProxyPage.on_clearProxyPasswordsButton_clicked">on_clearProxyPasswordsButton_clicked</a></td> |
|
63 <td>Private slot to clear the saved HTTP(S) proxy passwords.</td> |
|
64 </tr> |
|
65 <tr> |
|
66 <td><a href="#NetworkProxyPage.on_ftpProxyTypeCombo_currentIndexChanged">on_ftpProxyTypeCombo_currentIndexChanged</a></td> |
|
67 <td>Private slot handling the selection of a proxy type.</td> |
|
68 </tr> |
|
69 <tr> |
|
70 <td><a href="#NetworkProxyPage.save">save</a></td> |
|
71 <td>Public slot to save the Networj configuration.</td> |
|
72 </tr> |
|
73 </table> |
|
74 |
|
75 <h3>Static Methods</h3> |
|
76 <table> |
|
77 <tr><td>None</td></tr> |
|
78 </table> |
|
79 |
|
80 |
|
81 <a NAME="NetworkProxyPage.__init__" ID="NetworkProxyPage.__init__"></a> |
|
82 <h4>NetworkProxyPage (Constructor)</h4> |
|
83 <b>NetworkProxyPage</b>(<i>configDialog</i>) |
|
84 <p> |
|
85 Constructor |
|
86 </p> |
|
87 |
|
88 <dl> |
|
89 |
|
90 <dt><i>configDialog</i> (ConfigurationDialog)</dt> |
|
91 <dd> |
|
92 reference to the configuration dialog |
|
93 </dd> |
|
94 </dl> |
|
95 <a NAME="NetworkProxyPage.on_clearProxyPasswordsButton_clicked" ID="NetworkProxyPage.on_clearProxyPasswordsButton_clicked"></a> |
|
96 <h4>NetworkProxyPage.on_clearProxyPasswordsButton_clicked</h4> |
|
97 <b>on_clearProxyPasswordsButton_clicked</b>(<i></i>) |
|
98 <p> |
|
99 Private slot to clear the saved HTTP(S) proxy passwords. |
|
100 </p> |
|
101 |
|
102 <a NAME="NetworkProxyPage.on_ftpProxyTypeCombo_currentIndexChanged" ID="NetworkProxyPage.on_ftpProxyTypeCombo_currentIndexChanged"></a> |
|
103 <h4>NetworkProxyPage.on_ftpProxyTypeCombo_currentIndexChanged</h4> |
|
104 <b>on_ftpProxyTypeCombo_currentIndexChanged</b>(<i>index</i>) |
|
105 <p> |
|
106 Private slot handling the selection of a proxy type. |
|
107 </p> |
|
108 |
|
109 <dl> |
|
110 |
|
111 <dt><i>index</i> (int)</dt> |
|
112 <dd> |
|
113 index of the selected item |
|
114 </dd> |
|
115 </dl> |
|
116 <a NAME="NetworkProxyPage.save" ID="NetworkProxyPage.save"></a> |
|
117 <h4>NetworkProxyPage.save</h4> |
|
118 <b>save</b>(<i></i>) |
|
119 <p> |
|
120 Public slot to save the Networj configuration. |
|
121 </p> |
|
122 |
|
123 <div align="right"><a href="#top">Up</a></div> |
|
124 <hr /> |
|
125 <hr /> |
|
126 <a NAME="create" ID="create"></a> |
|
127 <h2>create</h2> |
|
128 <b>create</b>(<i>dlg</i>) |
|
129 <p> |
|
130 Module function to create the configuration page. |
|
131 </p> |
|
132 |
|
133 <dl> |
|
134 |
|
135 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
|
136 <dd> |
|
137 reference to the configuration dialog |
|
138 </dd> |
|
139 </dl> |
|
140 <dl> |
|
141 <dt>Return:</dt> |
|
142 <dd> |
|
143 reference to the instantiated page |
|
144 </dd> |
|
145 </dl> |
|
146 <dl> |
|
147 <dt>Return Type:</dt> |
|
148 <dd> |
|
149 ConfigurationPageBase |
|
150 </dd> |
|
151 </dl> |
|
152 <div align="right"><a href="#top">Up</a></div> |
|
153 <hr /> |
|
154 </body></html> |