Class: QgsGdalCredentialOptionsWidget¶
A widget for configuring GDAL credential options.
Added in version 3.40.
List of all members, including inherited members
Class Hierarchy¶
Base classes¶
Constructor
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]