eric6.MicroPython.MicroPythonProgressInfoDialog
Module implementing a dialog to show progress messages.
Global Attributes
Classes
Functions
MicroPythonProgressInfoDialog
Class implementing a dialog to show progress messages.
Derived from
QDialog, Ui_MicroPythonProgressInfoDialog
Class Attributes
Class Methods
Methods
Static Methods
MicroPythonProgressInfoDialog (Constructor)
MicroPythonProgressInfoDialog(parent=None)
Constructor
- parent (QWidget)
-
reference to the parent widget
MicroPythonProgressInfoDialog.addMessage
addMessage(message)
Public slot to add a message to the progress display.
- message (str)
-
progress information to be shown