Class: QgsAuthConfigUriEdit¶
Dialog wrapper of select widget to edit an authcfg in a data source URI.
Class Hierarchy¶
Base classes¶
Methods
The returned, possibly edited data source URI |
|
Sets the data source URI to parse |
Static Methods
Whether a string contains an authcfg ID |
- class qgis.gui.QgsAuthConfigUriEdit[source]¶
Bases:
QDialog
- __init__(parent: QWidget | None = None, datauri: str | None = '', dataprovider: str | None = '')
Construct wrapper dialog for select widget to edit an authcfg in a data source URI
- Parameters:
parent (Optional[QWidget] = None) – Parent widget
datauri (Optional[str] = '') – URI string optionally containing a
authcfg=ID
substringdataprovider (Optional[str] = '') – The key of the calling layer provider, if applicable