We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 50c7692 commit b9c0fc4Copy full SHA for b9c0fc4
python/core/auto_additions/qgssensormodel.py
@@ -0,0 +1,6 @@
1
+# The following has been generated automatically from src/core/sensor/qgssensormodel.h
2
+# monkey patching scoped based enum
3
+QgsSensorModel.Column.Name.__doc__ = "Name"
4
+QgsSensorModel.Column.LastValue.__doc__ = "Last value"
5
+QgsSensorModel.Column.__doc__ = 'Model columns\n\n' + '* ``Name``: ' + QgsSensorModel.Column.Name.__doc__ + '\n' + '* ``LastValue``: ' + QgsSensorModel.Column.LastValue.__doc__
6
+# --
0 commit comments