Class: QgsAuthCertManager

Dialog wrapper for widget to manage available certificate editors

Class Hierarchy

Inheritance diagram of qgis.gui.QgsAuthCertManager

Base classes

QDialog

QWidget

QObject

QPaintDevice

Methods

certEditorsWidget

Gets access to embedded editors widget

class qgis.gui.QgsAuthCertManager[source]

Bases: QDialog

__init__(parent: QWidget | None = None)

Construct a dialog wrapper for widget to manage available certificate editors

Parameters:

parent (Optional[QWidget] = None) – Parent widget

certEditorsWidget(self) QgsAuthCertEditors | None[source]

Gets access to embedded editors widget

Return type:

Optional[QgsAuthCertEditors]