QGIS/python/gui/auto_additions/qgsnewnamedialog.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
484 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/qgsnewnamedialog.h
try:
QgsNewNameDialog.__attribute_docs__ = {'newNameChanged': 'Emitted when the name is changed in the dialog.\n\n.. versionadded:: 3.2\n'}
QgsNewNameDialog.exists = staticmethod(QgsNewNameDialog.exists)
QgsNewNameDialog.fullNames = staticmethod(QgsNewNameDialog.fullNames)
QgsNewNameDialog.matching = staticmethod(QgsNewNameDialog.matching)
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass