mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
14 lines
697 B
Python
14 lines
697 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 database\n', 'hostPortValidityChanged': 'Emitted when the validity of the host:port changes\n', 'readyToSaveChanged': 'Emitted when the configuration can be saved changes\n'}
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsAuthSslConfigWidget.__group__ = ['auth']
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsAuthSslConfigDialog.__group__ = ['auth']
|
|
except NameError:
|
|
pass
|