mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
9 lines
484 B
Python
9 lines
484 B
Python
# 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)
|
|
except (NameError, AttributeError):
|
|
pass
|