src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MicroPythonPage.html

branch
mpy_network
changeset 9799
a79430a8811d
parent 9209
b99e7fd55fd3
child 9964
a298db96ba65
equal deleted inserted replaced
9798:4402d76c5fa9 9799:a79430a8811d
61 <tr> 61 <tr>
62 <td><a href="#MicroPythonPage.__init__">MicroPythonPage</a></td> 62 <td><a href="#MicroPythonPage.__init__">MicroPythonPage</a></td>
63 <td>Constructor</td> 63 <td>Constructor</td>
64 </tr> 64 </tr>
65 <tr> 65 <tr>
66 <td><a href="#MicroPythonPage.on_apShowPasswordButton_clicked">on_apShowPasswordButton_clicked</a></td>
67 <td>Private slot to show or hide the WiFi Access Point password.</td>
68 </tr>
69 <tr>
70 <td><a href="#MicroPythonPage.on_showPasswordButton_clicked">on_showPasswordButton_clicked</a></td>
71 <td>Private slot to show or hide the WiFi client password.</td>
72 </tr>
73 <tr>
66 <td><a href="#MicroPythonPage.save">save</a></td> 74 <td><a href="#MicroPythonPage.save">save</a></td>
67 <td>Public slot to save the MicroPython configuration.</td> 75 <td>Public slot to save the MicroPython configuration.</td>
68 </tr> 76 </tr>
69 </table> 77 </table>
70 <h3>Static Methods</h3> 78 <h3>Static Methods</h3>
83 <dl> 91 <dl>
84 92
85 <dt><i>parent</i> (QWidget)</dt> 93 <dt><i>parent</i> (QWidget)</dt>
86 <dd> 94 <dd>
87 reference to the parent widget 95 reference to the parent widget
96 </dd>
97 </dl>
98 <a NAME="MicroPythonPage.on_apShowPasswordButton_clicked" ID="MicroPythonPage.on_apShowPasswordButton_clicked"></a>
99 <h4>MicroPythonPage.on_apShowPasswordButton_clicked</h4>
100 <b>on_apShowPasswordButton_clicked</b>(<i>checked</i>)
101
102 <p>
103 Private slot to show or hide the WiFi Access Point password.
104 </p>
105 <dl>
106
107 <dt><i>checked</i> (bool)</dt>
108 <dd>
109 state of the button
110 </dd>
111 </dl>
112 <a NAME="MicroPythonPage.on_showPasswordButton_clicked" ID="MicroPythonPage.on_showPasswordButton_clicked"></a>
113 <h4>MicroPythonPage.on_showPasswordButton_clicked</h4>
114 <b>on_showPasswordButton_clicked</b>(<i>checked</i>)
115
116 <p>
117 Private slot to show or hide the WiFi client password.
118 </p>
119 <dl>
120
121 <dt><i>checked</i> (bool)</dt>
122 <dd>
123 state of the button
88 </dd> 124 </dd>
89 </dl> 125 </dl>
90 <a NAME="MicroPythonPage.save" ID="MicroPythonPage.save"></a> 126 <a NAME="MicroPythonPage.save" ID="MicroPythonPage.save"></a>
91 <h4>MicroPythonPage.save</h4> 127 <h4>MicroPythonPage.save</h4>
92 <b>save</b>(<i></i>) 128 <b>save</b>(<i></i>)

eric ide

mercurial