Documentation/Source/eric6.Preferences.ConfigurationPages.NetworkPage.html

changeset 4918
71caf42a13d8
parent 4602
48cc4820e2c2
equal deleted inserted replaced
4917:682750cc7bd5 4918:71caf42a13d8
69 <td><a href="#NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged">on_ftpProxyTypeCombo_currentIndexChanged</a></td> 69 <td><a href="#NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged">on_ftpProxyTypeCombo_currentIndexChanged</a></td>
70 <td>Private slot handling the selection of a proxy type.</td> 70 <td>Private slot handling the selection of a proxy type.</td>
71 </tr><tr> 71 </tr><tr>
72 <td><a href="#NetworkPage.save">save</a></td> 72 <td><a href="#NetworkPage.save">save</a></td>
73 <td>Public slot to save the Networj configuration.</td> 73 <td>Public slot to save the Networj configuration.</td>
74 </tr><tr>
75 <td><a href="#NetworkPage.setMode">setMode</a></td>
76 <td>Public method to perform mode dependent setups.</td>
74 </tr> 77 </tr>
75 </table> 78 </table>
76 <h3>Static Methods</h3> 79 <h3>Static Methods</h3>
77 <table> 80 <table>
78 <tr><td>None</td></tr> 81 <tr><td>None</td></tr>
79 </table> 82 </table>
80 <a NAME="NetworkPage.__init__" ID="NetworkPage.__init__"></a> 83 <a NAME="NetworkPage.__init__" ID="NetworkPage.__init__"></a>
81 <h4>NetworkPage (Constructor)</h4> 84 <h4>NetworkPage (Constructor)</h4>
82 <b>NetworkPage</b>(<i></i>) 85 <b>NetworkPage</b>(<i>configDialog</i>)
83 <p> 86 <p>
84 Constructor 87 Constructor
85 </p><a NAME="NetworkPage.on_clearProxyPasswordsButton_clicked" ID="NetworkPage.on_clearProxyPasswordsButton_clicked"></a> 88 </p><dl>
89 <dt><i>configDialog</i></dt>
90 <dd>
91 reference to the configuration dialog
92 (ConfigurationDialog)
93 </dd>
94 </dl><a NAME="NetworkPage.on_clearProxyPasswordsButton_clicked" ID="NetworkPage.on_clearProxyPasswordsButton_clicked"></a>
86 <h4>NetworkPage.on_clearProxyPasswordsButton_clicked</h4> 95 <h4>NetworkPage.on_clearProxyPasswordsButton_clicked</h4>
87 <b>on_clearProxyPasswordsButton_clicked</b>(<i></i>) 96 <b>on_clearProxyPasswordsButton_clicked</b>(<i></i>)
88 <p> 97 <p>
89 Private slot to clear the saved HTTP(S) proxy passwords. 98 Private slot to clear the saved HTTP(S) proxy passwords.
90 </p><a NAME="NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged" ID="NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged"></a> 99 </p><a NAME="NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged" ID="NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged"></a>
100 </dl><a NAME="NetworkPage.save" ID="NetworkPage.save"></a> 109 </dl><a NAME="NetworkPage.save" ID="NetworkPage.save"></a>
101 <h4>NetworkPage.save</h4> 110 <h4>NetworkPage.save</h4>
102 <b>save</b>(<i></i>) 111 <b>save</b>(<i></i>)
103 <p> 112 <p>
104 Public slot to save the Networj configuration. 113 Public slot to save the Networj configuration.
105 </p> 114 </p><a NAME="NetworkPage.setMode" ID="NetworkPage.setMode"></a>
115 <h4>NetworkPage.setMode</h4>
116 <b>setMode</b>(<i>displayMode</i>)
117 <p>
118 Public method to perform mode dependent setups.
119 </p><dl>
120 <dt><i>displayMode</i></dt>
121 <dd>
122 mode of the configuration dialog
123 (ConfigurationWidget.DefaultMode,
124 ConfigurationWidget.HelpBrowserMode,
125 ConfigurationWidget.WebBrowserMode)
126 </dd>
127 </dl>
106 <div align="right"><a href="#top">Up</a></div> 128 <div align="right"><a href="#top">Up</a></div>
107 <hr /><hr /> 129 <hr /><hr />
108 <a NAME="create" ID="create"></a> 130 <a NAME="create" ID="create"></a>
109 <h2>create</h2> 131 <h2>create</h2>
110 <b>create</b>(<i>dlg</i>) 132 <b>create</b>(<i>dlg</i>)

eric ide

mercurial