QGIS API Documentation  3.4.15-Madeira (e83d02e274)
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 ( 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

void QgsAuthTrustedCAsDialog::showEvent ( QShowEvent *  e)
overrideprotected

Definition at line 313 of file qgsauthtrustedcasdialog.cpp.


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