QGIS/python/PyQt6/gui/auto_additions/qgssensorwidget.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

8 lines
429 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 configuration.\n'}
QgsAbstractSensorWidget.__abstract_methods__ = ['createSensor', 'updateSensor', 'setSensor']
QgsAbstractSensorWidget.__group__ = ['sensor']
except (NameError, AttributeError):
pass