PySide6.QtSensors.QSensorChangesInterface¶
- class QSensorChangesInterface¶
- The - QSensorChangesInterfaceclass is the pure virtual interface to sensor plugins.- Details- The - QSensorChangesInterfaceclass is implemented in sensor plugins to receive notification that registered sensor backends have changed.- See also - Synopsis¶- Virtual methods¶- def - sensorsChanged()
 - 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 - abstract sensorsChanged()¶
 - This function is called when the registered backends have changed. Any backends that depend on the presence of other sensors should be registered or unregistered in here. - See also