QGIS/python/gui/auto_additions/qgsauthsslconfigwidget.py

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

12 lines
924 B
Python
Raw Permalink Normal View History

# 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 database\n', 'hostPortValidityChanged': 'Emitted when the validity of the host:port changes\n', 'readyToSaveChanged': 'Emitted when the configuration can be saved changes\n'}
2024-08-28 11:14:23 +10:00
QgsAuthSslConfigWidget.__signal_arguments__ = {'configEnabledChanged': ['enabled: bool'], 'certFoundInAuthDatabase': ['found: bool'], 'hostPortValidityChanged': ['valid: bool'], 'readyToSaveChanged': ['cansave: bool']}
QgsAuthSslConfigWidget.__group__ = ['auth']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass
try:
QgsAuthSslConfigDialog.__group__ = ['auth']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass