QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Public Member Functions | Protected Member Functions | List of all members
QgsAuthTrustedCAsDialog Class Reference

Widget for listing trusted Certificate (Intermediate) Authorities used in secure connections. More...

#include <qgsauthtrustedcasdialog.h>

Inheritance diagram for QgsAuthTrustedCAsDialog:
Inheritance graph
[legend]

Public Member Functions

 QgsAuthTrustedCAsDialog (QWidget *parent=nullptr, const QList< QSslCertificate > &trustedCAs=QList< QSslCertificate >())
 Construct a dialog that will list the trusted Certificate Authorities. More...
 

Protected Member Functions

void showEvent (QShowEvent *e) override
 

Detailed Description

Widget for listing trusted Certificate (Intermediate) Authorities used in secure connections.

Definition at line 35 of file qgsauthtrustedcasdialog.h.

Constructor & Destructor Documentation

◆ QgsAuthTrustedCAsDialog()

QgsAuthTrustedCAsDialog::QgsAuthTrustedCAsDialog ( QWidget *  parent = nullptr,
const QList< QSslCertificate > &  trustedCAs = QList<QSslCertificate>() 
)
explicit

Construct a dialog that will list the trusted Certificate Authorities.

Parameters
parentParent widget
trustedCAsList of trusted Certificate Authorities objects

Definition at line 31 of file qgsauthtrustedcasdialog.cpp.

Member Function Documentation

◆ showEvent()

void QgsAuthTrustedCAsDialog::showEvent ( QShowEvent *  e)
overrideprotected

Definition at line 315 of file qgsauthtrustedcasdialog.cpp.


The documentation for this class was generated from the following files: