mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
9 lines
501 B
Python
9 lines
501 B
Python
# The following has been generated automatically from src/gui/auth/qgsauthmethodedit.h
|
|
try:
|
|
QgsAuthMethodEdit.__attribute_docs__ = {'validityChanged': 'Emitted when the configuration validatity changes\n'}
|
|
QgsAuthMethodEdit.__abstract_methods__ = ['validateConfig', 'configMap', 'loadConfig', 'resetConfig', 'clearConfig']
|
|
QgsAuthMethodEdit.__signal_arguments__ = {'validityChanged': ['valid: bool']}
|
|
QgsAuthMethodEdit.__group__ = ['auth']
|
|
except (NameError, AttributeError):
|
|
pass
|