eric7.MicroPython.MicroPythonWebreplParametersDialog
Module implementing a dialog to enter the parameters for the WebREPL server.
Global Attributes
Classes
Functions
MicroPythonWebreplParametersDialog
    Class implementing a dialog to enter the parameters for the WebREPL server.
Derived from
QDialog, Ui_MicroPythonWebreplParametersDialog
Class Attributes
Class Methods
Methods
Static Methods
MicroPythonWebreplParametersDialog (Constructor)
MicroPythonWebreplParametersDialog(parent=None)
        Constructor
- parent (QWidget (optional))
- 
reference to the parent widget (defaults to None)
MicroPythonWebreplParametersDialog.__updateOk
__updateOk()
        Private slot to update the enabled state of the OK button.
MicroPythonWebreplParametersDialog.getParameters
getParameters()
        Public method to retrieve the entered data.
- Return:
- 
tuple containing the password
- Return Type:
- 
tuple of (str,)