PySide6.QtSensors.QSensorBackendFactory¶
- class QSensorBackendFactory¶
- The - QSensorBackendFactoryclass instantiates instances of- QSensorBackend. More…- Synopsis¶- Virtual methods¶- def - createBackend()
 - Note - This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE - Detailed Description¶- This interface must be implemented in order to register a sensor backend. - See also - Instantiate a backend. If the factory handles multiple identifiers it should check with the - sensorto see which one is requested.- If the factory cannot create a backend it should return 0.