QGIS/python/gui/auto_additions/qgsauthsslconfigwidget.py
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

13 lines
988 B
Python

# The following has been generated automatically from src/gui/auth/qgsauthsslconfigwidget.h
try:
QgsAuthSslConfigWidget.__attribute_docs__ = {'configEnabledChanged': 'Emitted when the enabled state of the configuration changes\n', 'certFoundInAuthDatabase': 'Emitted when an certificate of same SHA hash is found in authentication\ndatabase\n', 'hostPortValidityChanged': 'Emitted when the validity of the host:port changes\n', 'readyToSaveChanged': 'Emitted when the configuration can be saved changes\n'}
QgsAuthSslConfigWidget.__signal_arguments__ = {'configEnabledChanged': ['enabled: bool'], 'certFoundInAuthDatabase': ['found: bool'], 'hostPortValidityChanged': ['valid: bool'], 'readyToSaveChanged': ['cansave: bool']}
QgsAuthSslConfigWidget.__group__ = ['auth']
except (NameError, AttributeError):
pass
try:
QgsAuthSslConfigDialog.__overridden_methods__ = ['accept']
QgsAuthSslConfigDialog.__group__ = ['auth']
except (NameError, AttributeError):
pass