src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWebreplParametersDialog.html

Fri, 27 Oct 2023 14:09:40 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 27 Oct 2023 14:09:40 +0200
branch
eric7
changeset 10259
b51dfacef37f
parent 10022
a95800b414b7
child 10479
856476537696
permissions
-rw-r--r--

Regenerated the source documentation with the corrected module parser.

<!DOCTYPE html>
<html><head>
<title>eric7.MicroPython.MicroPythonWebreplParametersDialog</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.MicroPython.MicroPythonWebreplParametersDialog</h1>

<p>
Module implementing a dialog to enter the parameters for the WebREPL server.
</p>
<h3>Global Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>

<table>

<tr>
<td><a href="#MicroPythonWebreplParametersDialog">MicroPythonWebreplParametersDialog</a></td>
<td>Class implementing a dialog to enter the parameters for the WebREPL server.</td>
</tr>
</table>
<h3>Functions</h3>

<table>
<tr><td>None</td></tr>
</table>
<hr />
<hr />
<a NAME="MicroPythonWebreplParametersDialog" ID="MicroPythonWebreplParametersDialog"></a>
<h2>MicroPythonWebreplParametersDialog</h2>

<p>
    Class implementing a dialog to enter the parameters for the WebREPL server.
</p>
<h3>Derived from</h3>
QDialog, Ui_MicroPythonWebreplParametersDialog
<h3>Class Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Class Methods</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>

<table>

<tr>
<td><a href="#MicroPythonWebreplParametersDialog.__init__">MicroPythonWebreplParametersDialog</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#MicroPythonWebreplParametersDialog.__updateOk">__updateOk</a></td>
<td>Private slot to update the enabled state of the OK button.</td>
</tr>
<tr>
<td><a href="#MicroPythonWebreplParametersDialog.getParameters">getParameters</a></td>
<td>Public method to retrieve the entered data.</td>
</tr>
</table>
<h3>Static Methods</h3>

<table>
<tr><td>None</td></tr>
</table>

<a NAME="MicroPythonWebreplParametersDialog.__init__" ID="MicroPythonWebreplParametersDialog.__init__"></a>
<h4>MicroPythonWebreplParametersDialog (Constructor)</h4>
<b>MicroPythonWebreplParametersDialog</b>(<i>parent=None</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>parent</i> (QWidget (optional))</dt>
<dd>
reference to the parent widget (defaults to None)
</dd>
</dl>
<a NAME="MicroPythonWebreplParametersDialog.__updateOk" ID="MicroPythonWebreplParametersDialog.__updateOk"></a>
<h4>MicroPythonWebreplParametersDialog.__updateOk</h4>
<b>__updateOk</b>(<i></i>)

<p>
        Private slot to update the enabled state of the OK button.
</p>
<a NAME="MicroPythonWebreplParametersDialog.getParameters" ID="MicroPythonWebreplParametersDialog.getParameters"></a>
<h4>MicroPythonWebreplParametersDialog.getParameters</h4>
<b>getParameters</b>(<i></i>)

<p>
        Public method to retrieve the entered data.
</p>
<dl>
<dt>Return:</dt>
<dd>
tuple containing the password
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
tuple of (str,)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial