|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Preferences.ConfigurationPages.NetworkPage</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> |
|
22 <a NAME="top" ID="top"></a> |
|
23 <h1>eric7.Preferences.ConfigurationPages.NetworkPage</h1> |
|
24 |
|
25 <p> |
|
26 Module implementing the Network configuration page. |
|
27 </p> |
|
28 <h3>Global Attributes</h3> |
|
29 |
|
30 <table> |
|
31 <tr><td>None</td></tr> |
|
32 </table> |
|
33 <h3>Classes</h3> |
|
34 |
|
35 <table> |
|
36 |
|
37 <tr> |
|
38 <td><a href="#NetworkPage">NetworkPage</a></td> |
|
39 <td>Class implementing the Network configuration page.</td> |
|
40 </tr> |
|
41 </table> |
|
42 <h3>Functions</h3> |
|
43 |
|
44 <table> |
|
45 |
|
46 <tr> |
|
47 <td><a href="#create">create</a></td> |
|
48 <td>Module function to create the configuration page.</td> |
|
49 </tr> |
|
50 </table> |
|
51 <hr /> |
|
52 <hr /> |
|
53 <a NAME="NetworkPage" ID="NetworkPage"></a> |
|
54 <h2>NetworkPage</h2> |
|
55 |
|
56 <p> |
|
57 Class implementing the Network configuration page. |
|
58 </p> |
|
59 <h3>Derived from</h3> |
|
60 ConfigurationPageBase, Ui_NetworkPage |
|
61 <h3>Class Attributes</h3> |
|
62 |
|
63 <table> |
|
64 <tr><td>None</td></tr> |
|
65 </table> |
|
66 <h3>Class Methods</h3> |
|
67 |
|
68 <table> |
|
69 <tr><td>None</td></tr> |
|
70 </table> |
|
71 <h3>Methods</h3> |
|
72 |
|
73 <table> |
|
74 |
|
75 <tr> |
|
76 <td><a href="#NetworkPage.__init__">NetworkPage</a></td> |
|
77 <td>Constructor</td> |
|
78 </tr> |
|
79 <tr> |
|
80 <td><a href="#NetworkPage.on_clearProxyPasswordsButton_clicked">on_clearProxyPasswordsButton_clicked</a></td> |
|
81 <td>Private slot to clear the saved HTTP(S) proxy passwords.</td> |
|
82 </tr> |
|
83 <tr> |
|
84 <td><a href="#NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged">on_ftpProxyTypeCombo_currentIndexChanged</a></td> |
|
85 <td>Private slot handling the selection of a proxy type.</td> |
|
86 </tr> |
|
87 <tr> |
|
88 <td><a href="#NetworkPage.save">save</a></td> |
|
89 <td>Public slot to save the Networj configuration.</td> |
|
90 </tr> |
|
91 <tr> |
|
92 <td><a href="#NetworkPage.setMode">setMode</a></td> |
|
93 <td>Public method to perform mode dependent setups.</td> |
|
94 </tr> |
|
95 </table> |
|
96 <h3>Static Methods</h3> |
|
97 |
|
98 <table> |
|
99 <tr><td>None</td></tr> |
|
100 </table> |
|
101 |
|
102 <a NAME="NetworkPage.__init__" ID="NetworkPage.__init__"></a> |
|
103 <h4>NetworkPage (Constructor)</h4> |
|
104 <b>NetworkPage</b>(<i>configDialog</i>) |
|
105 |
|
106 <p> |
|
107 Constructor |
|
108 </p> |
|
109 <dl> |
|
110 |
|
111 <dt><i>configDialog</i></dt> |
|
112 <dd> |
|
113 reference to the configuration dialog |
|
114 (ConfigurationDialog) |
|
115 </dd> |
|
116 </dl> |
|
117 <a NAME="NetworkPage.on_clearProxyPasswordsButton_clicked" ID="NetworkPage.on_clearProxyPasswordsButton_clicked"></a> |
|
118 <h4>NetworkPage.on_clearProxyPasswordsButton_clicked</h4> |
|
119 <b>on_clearProxyPasswordsButton_clicked</b>(<i></i>) |
|
120 |
|
121 <p> |
|
122 Private slot to clear the saved HTTP(S) proxy passwords. |
|
123 </p> |
|
124 <a NAME="NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged" ID="NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged"></a> |
|
125 <h4>NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged</h4> |
|
126 <b>on_ftpProxyTypeCombo_currentIndexChanged</b>(<i>index</i>) |
|
127 |
|
128 <p> |
|
129 Private slot handling the selection of a proxy type. |
|
130 </p> |
|
131 <dl> |
|
132 |
|
133 <dt><i>index</i></dt> |
|
134 <dd> |
|
135 index of the selected item (integer) |
|
136 </dd> |
|
137 </dl> |
|
138 <a NAME="NetworkPage.save" ID="NetworkPage.save"></a> |
|
139 <h4>NetworkPage.save</h4> |
|
140 <b>save</b>(<i></i>) |
|
141 |
|
142 <p> |
|
143 Public slot to save the Networj configuration. |
|
144 </p> |
|
145 <a NAME="NetworkPage.setMode" ID="NetworkPage.setMode"></a> |
|
146 <h4>NetworkPage.setMode</h4> |
|
147 <b>setMode</b>(<i>displayMode</i>) |
|
148 |
|
149 <p> |
|
150 Public method to perform mode dependent setups. |
|
151 </p> |
|
152 <dl> |
|
153 |
|
154 <dt><i>displayMode</i></dt> |
|
155 <dd> |
|
156 mode of the configuration dialog |
|
157 (ConfigurationMode.DEFAULTMODE, |
|
158 ConfigurationMode.WEBBROWSERMODE) |
|
159 </dd> |
|
160 </dl> |
|
161 <div align="right"><a href="#top">Up</a></div> |
|
162 <hr /> |
|
163 <hr /> |
|
164 <a NAME="create" ID="create"></a> |
|
165 <h2>create</h2> |
|
166 <b>create</b>(<i>dlg</i>) |
|
167 |
|
168 <p> |
|
169 Module function to create the configuration page. |
|
170 </p> |
|
171 <dl> |
|
172 |
|
173 <dt><i>dlg</i></dt> |
|
174 <dd> |
|
175 reference to the configuration dialog |
|
176 </dd> |
|
177 </dl> |
|
178 <dl> |
|
179 <dt>Return:</dt> |
|
180 <dd> |
|
181 reference to the instantiated page (ConfigurationPageBase) |
|
182 </dd> |
|
183 </dl> |
|
184 <div align="right"><a href="#top">Up</a></div> |
|
185 <hr /> |
|
186 </body></html> |