Class: QgsAuthMethodEdit¶
Abstract base class for the edit widget of authentication method plugins.
Note
This is an abstract class, with methods which must be implemented by a subclass.
The following methods must be implemented: clearConfig()
, configMap()
, loadConfig()
, resetConfig()
, validateConfig()
Class Hierarchy¶
Base classes¶
Abstract Methods
Clear GUI controls in subclassed widget |
|
The configuration key-vale map of subclasses |
|
Load an existing config map into subclassed widget |
|
Clear GUI controls in subclassed widget, optionally reloading any previously loaded config map |
|
Validate the configuration of subclasses |
Signals
Emitted when the configuration validatity changes |
- class qgis.gui.QgsAuthMethodEdit[source]¶
Bases:
QWidget
- __init__(parent: QWidget | None = None)
Construct widget to edit an authentication method configuration
Note
Non-public since this is an abstract base class
- Parameters:
parent (Optional[QWidget] = None) – Parent widget
- abstract configMap(self) Dict[str, str] [source]¶
The configuration key-vale map of subclasses
- Return type:
Dict[str, str]
- abstract loadConfig(self, configmap: Dict[str | None, str | None])[source]¶
Load an existing config map into subclassed widget
- Parameters:
configmap (Dict[Optional[str], Optional[str]])
- abstract resetConfig(self)[source]¶
Clear GUI controls in subclassed widget, optionally reloading any previously loaded config map