eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow
Module implementing a dialog to scan for Bluetooth devices.
Global Attributes
Classes
Functions
BluetoothScanWindow
    Class implementing a dialog to scan for Bluetooth devices.
Derived from
QWidget, Ui_BluetoothScanWindow
Class Attributes
Class Methods
Methods
Static Methods
BluetoothScanWindow (Constructor)
BluetoothScanWindow(device, parent=None)
        Constructor
- device (BaseDevice)
- 
reference to the connected device
- parent (QWidget (optional))
- 
reference to the parent widget (defaults to None)
BluetoothScanWindow.__resizeColumns
__resizeColumns()
        Private method to resize the columns of the result list.
BluetoothScanWindow.__resort
__resort()
        Private method to resort the devices list.
BluetoothScanWindow.scanDevices
scanDevices()
        Public slot to ask the device for a Bluetooth scan and display the result.