eric7.MicroPython.EthernetDialogs.EthernetStatusDialog

Module implementing a dialog to show Ethernet related status information.

Global Attributes

None

Classes

EthernetStatusDialog Class implementing a dialog to show Ethernet related status information.

Functions

None


EthernetStatusDialog

Class implementing a dialog to show Ethernet related status information.

Derived from

QDialog, Ui_EthernetStatusDialog

Class Attributes

None

Class Methods

None

Methods

EthernetStatusDialog Constructor

Static Methods

None

EthernetStatusDialog (Constructor)

EthernetStatusDialog(status, parent=None)

Constructor

status (list of tuples of (str, str))
status data to be show
parent (QWidget (optional))
reference to the parent widget (defaults to None)
Up