QGIS/python/PyQt6/gui/auto_additions/qgsmaptoolextent.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

10 lines
297 B
Python

# The following has been generated automatically from src/gui/maptools/qgsmaptoolextent.h
try:
QgsMapToolExtent.__attribute_docs__ = {'extentChanged': 'signal emitted on extent change\n'}
except NameError:
pass
try:
QgsMapToolExtent.__group__ = ['maptools']
except NameError:
pass