Class: QgsGdalCredentialOptionsWidget¶
A widget for configuring GDAL credential options.
Added in version 3.40.
Class Hierarchy¶
Base classes¶
Methods
Returns the credential options configured in the widget. |
|
Sets the credential options to show in the widget. |
|
Sets the corresponding handler. |
Signals
Emitted when the credential options are changed in the widget. |
- class qgis.gui.QgsGdalCredentialOptionsWidget[source]¶
Bases:
QWidget- __init__(parent: QWidget | None = None)
Constructor for QgsGdalCredentialOptionsWidget, with the specified
parentwidget.- Parameters:
parent (Optional[QWidget] = None)
- credentialOptions(self) Dict[str, Any][source]¶
Returns the credential options configured in the widget.
See also
- Return type:
Dict[str, Any]