Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
10022 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.MicroPython.MicroPythonWebreplParametersDialog</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.MicroPython.MicroPythonWebreplParametersDialog</h1> | |
10 | <p> | |
11 | Module implementing a dialog to enter the parameters for the WebREPL server. | |
12 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10022
diff
changeset
|
13 | |
10022 | 14 | <h3>Global Attributes</h3> |
15 | <table> | |
16 | <tr><td>None</td></tr> | |
17 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10022
diff
changeset
|
18 | |
10022 | 19 | <h3>Classes</h3> |
20 | <table> | |
21 | <tr> | |
22 | <td><a href="#MicroPythonWebreplParametersDialog">MicroPythonWebreplParametersDialog</a></td> | |
23 | <td>Class implementing a dialog to enter the parameters for the WebREPL server.</td> | |
24 | </tr> | |
25 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10022
diff
changeset
|
26 | |
10022 | 27 | <h3>Functions</h3> |
28 | <table> | |
29 | <tr><td>None</td></tr> | |
30 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10022
diff
changeset
|
31 | |
10022 | 32 | <hr /> |
33 | <hr /> | |
34 | <a NAME="MicroPythonWebreplParametersDialog" ID="MicroPythonWebreplParametersDialog"></a> | |
35 | <h2>MicroPythonWebreplParametersDialog</h2> | |
36 | <p> | |
37 | Class implementing a dialog to enter the parameters for the WebREPL server. | |
38 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10022
diff
changeset
|
39 | |
10022 | 40 | <h3>Derived from</h3> |
41 | QDialog, Ui_MicroPythonWebreplParametersDialog | |
42 | <h3>Class Attributes</h3> | |
43 | <table> | |
44 | <tr><td>None</td></tr> | |
45 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10022
diff
changeset
|
46 | |
10022 | 47 | <h3>Class Methods</h3> |
48 | <table> | |
49 | <tr><td>None</td></tr> | |
50 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10022
diff
changeset
|
51 | |
10022 | 52 | <h3>Methods</h3> |
53 | <table> | |
54 | <tr> | |
55 | <td><a href="#MicroPythonWebreplParametersDialog.__init__">MicroPythonWebreplParametersDialog</a></td> | |
56 | <td>Constructor</td> | |
57 | </tr> | |
58 | <tr> | |
59 | <td><a href="#MicroPythonWebreplParametersDialog.__updateOk">__updateOk</a></td> | |
60 | <td>Private slot to update the enabled state of the OK button.</td> | |
61 | </tr> | |
62 | <tr> | |
63 | <td><a href="#MicroPythonWebreplParametersDialog.getParameters">getParameters</a></td> | |
64 | <td>Public method to retrieve the entered data.</td> | |
65 | </tr> | |
66 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10022
diff
changeset
|
67 | |
10022 | 68 | <h3>Static Methods</h3> |
69 | <table> | |
70 | <tr><td>None</td></tr> | |
71 | </table> | |
72 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10022
diff
changeset
|
73 | |
10022 | 74 | <a NAME="MicroPythonWebreplParametersDialog.__init__" ID="MicroPythonWebreplParametersDialog.__init__"></a> |
75 | <h4>MicroPythonWebreplParametersDialog (Constructor)</h4> | |
76 | <b>MicroPythonWebreplParametersDialog</b>(<i>parent=None</i>) | |
77 | <p> | |
78 | Constructor | |
79 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10022
diff
changeset
|
80 | |
10022 | 81 | <dl> |
82 | ||
83 | <dt><i>parent</i> (QWidget (optional))</dt> | |
84 | <dd> | |
85 | reference to the parent widget (defaults to None) | |
86 | </dd> | |
87 | </dl> | |
88 | <a NAME="MicroPythonWebreplParametersDialog.__updateOk" ID="MicroPythonWebreplParametersDialog.__updateOk"></a> | |
89 | <h4>MicroPythonWebreplParametersDialog.__updateOk</h4> | |
90 | <b>__updateOk</b>(<i></i>) | |
91 | <p> | |
92 | Private slot to update the enabled state of the OK button. | |
93 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10022
diff
changeset
|
94 | |
10022 | 95 | <a NAME="MicroPythonWebreplParametersDialog.getParameters" ID="MicroPythonWebreplParametersDialog.getParameters"></a> |
96 | <h4>MicroPythonWebreplParametersDialog.getParameters</h4> | |
97 | <b>getParameters</b>(<i></i>) | |
98 | <p> | |
99 | Public method to retrieve the entered data. | |
100 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10022
diff
changeset
|
101 | |
10022 | 102 | <dl> |
103 | <dt>Return:</dt> | |
104 | <dd> | |
105 | tuple containing the password | |
106 | </dd> | |
107 | </dl> | |
108 | <dl> | |
109 | <dt>Return Type:</dt> | |
110 | <dd> | |
111 | tuple of (str,) | |
112 | </dd> | |
113 | </dl> | |
114 | <div align="right"><a href="#top">Up</a></div> | |
115 | <hr /> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10022
diff
changeset
|
116 | </body></html> |