eric7.MicroPython.WifiDialogs.WifiStatusDialog
Module implementing a dialog to show the WiFi status of the connected device.
Global Attributes
Classes
WifiStatusDialog |
Class implementing a dialog to show the WiFi status of the connected device. |
Functions
WifiStatusDialog
Class implementing a dialog to show the WiFi status of the connected device.
Derived from
QDialog, Ui_WifiStatusDialog
Class Attributes
Class Methods
Methods
Static Methods
WifiStatusDialog (Constructor)
WifiStatusDialog(microPython, parent=None)
Constructor
- microPython (MicroPythonWidget)
-
reference to the MicroPython widget
- parent (QWidget (optional))
-
reference to the parent widget (defaults to None)
WifiStatusDialog.__createHeader
__createHeader(headerText)
Private method to create a header item.
- headerText (str)
-
text for the header item
- Return:
-
reference to the created header item
- Return Type:
-
QTreeWidgetItem
WifiStatusDialog.__createSubheader
__createSubheader(parent, text)
Private method to create a subheader item.
- parent (QTreeWidgetItem)
-
reference to the parent item
- text (str)
-
text for the header item
- Return:
-
reference to the created header item
- Return Type:
-
QTreeWidgetItem
WifiStatusDialog.__showStatus
__showStatus()
Private slot to show the current WiFi status.