eric7.MicroPython.BluetoothDialogs.BluetoothStatusDialog

Module implementing a dialog to show Bluetooth related status information.

Global Attributes

None

Classes

BluetoothStatusDialog Class implementing a dialog to show Bluetooth related status information.

Functions

None


BluetoothStatusDialog

Class implementing a dialog to show Bluetooth related status information.

Derived from

QDialog, Ui_BluetoothStatusDialog

Class Attributes

None

Class Methods

None

Methods

BluetoothStatusDialog Constructor
__showStatus Private slot to show the current WiFi status.

Static Methods

None

BluetoothStatusDialog (Constructor)

BluetoothStatusDialog(microPython, parent=None)

Constructor

microPython (MicroPythonWidget)
reference to the MicroPython widget
parent (QWidget (optional))
reference to the parent widget (defaults to None)

BluetoothStatusDialog.__showStatus

__showStatus()

Private slot to show the current WiFi status.

Up