mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
8 lines
430 B
Python
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
|