QGIS/python/gui/auto_additions/qgsmaptooledit.py
Nyall Dawson 1128c909ee Move all gui map tools files into maptools/ subfolder
Previously only a few were in this subfolder, which made it
confusing to find the others...
2024-08-20 16:38:45 +02:00

11 lines
578 B
Python

# The following has been generated automatically from src/gui/maptools/qgsmaptooledit.h
QgsMapToolEdit.defaultZValue = staticmethod(QgsMapToolEdit.defaultZValue)
QgsMapToolEdit.defaultMValue = staticmethod(QgsMapToolEdit.defaultMValue)
QgsMapToolEdit.digitizingStrokeColor = staticmethod(QgsMapToolEdit.digitizingStrokeColor)
QgsMapToolEdit.digitizingStrokeWidth = staticmethod(QgsMapToolEdit.digitizingStrokeWidth)
QgsMapToolEdit.digitizingFillColor = staticmethod(QgsMapToolEdit.digitizingFillColor)
try:
QgsMapToolEdit.__group__ = ['maptools']
except NameError:
pass