QGIS/python/PyQt6/gui/auto_additions/qgssensorwidget.py
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

8 lines
430 B
Python

# The following has been generated automatically from src/gui/sensor/qgssensorwidget.h
try:
QgsAbstractSensorWidget.__attribute_docs__ = {'changed': 'Emitted whenever configuration changes happened on this sensor\nconfiguration.\n'}
QgsAbstractSensorWidget.__abstract_methods__ = ['createSensor', 'updateSensor', 'setSensor']
QgsAbstractSensorWidget.__group__ = ['sensor']
except (NameError, AttributeError):
pass