mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
11 lines
934 B
Python
11 lines
934 B
Python
# The following has been generated automatically from src/gui/auth/qgsauthsettingswidget.h
|
|
QgsAuthSettingsWidget.ProjectFile = QgsAuthSettingsWidget.WarningType.ProjectFile
|
|
QgsAuthSettingsWidget.UserSettings = QgsAuthSettingsWidget.WarningType.UserSettings
|
|
QgsAuthSettingsWidget.WarningType.baseClass = QgsAuthSettingsWidget
|
|
try:
|
|
QgsAuthSettingsWidget.__attribute_docs__ = {'usernameChanged': 'Emitted when the plain text username defined in the dialog is changed.\n\n.. versionadded:: 3.22\n', 'passwordChanged': 'Emitted when the plain text password defined in the dialog is changed.\n\n.. versionadded:: 3.22\n', 'configIdChanged': 'Emitted when the auth configuration ID selected in the dialog is changed.\n\n.. versionadded:: 3.22\n'}
|
|
QgsAuthSettingsWidget.formattedWarning = staticmethod(QgsAuthSettingsWidget.formattedWarning)
|
|
QgsAuthSettingsWidget.__group__ = ['auth']
|
|
except (NameError, AttributeError):
|
|
pass
|