Class: QgsAuthAuthoritiesEditor

Widget for viewing and editing authentication identities database.

Class Hierarchy

Inheritance diagram of qgis.gui.QgsAuthAuthoritiesEditor

Base classes

QWidget

QObject

QPaintDevice

Virtual Methods

In PyQGIS, only methods marked as virtual can be safely overridden in a Python subclass of QgsAuthAuthoritiesEditor. See the FAQ for more details.

showEvent

Overridden show event of base widget

class qgis.gui.QgsAuthAuthoritiesEditor[source]

Bases: QWidget

__init__(parent: QWidget | None = None)

Widget for viewing and editing certificate authorities directly in database

Parameters:

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

virtual showEvent(self, e: QShowEvent | None)[source]

Overridden show event of base widget

Parameters:

e (Optional[QShowEvent])