Search code examples
pythonqtpyqt5pyside2pyside6

"QtBluetooth" support in PySide2 (QT for python project)


"QtBluetooth" module is supported in PyQT5, but it seems not supported in PySide2 (a.k.a QT for python);

  • Is this conclusion I have reached correct?
  • Is there any difference between PySide2 and PySide6 in this regard?

Solution

  • UPDATE: Qt Bluetooth module is available in QT for Python (PySide6). Docs is also has entries about it. Thanks for the update Rida Shamasneh