QGIS API Documentation 3.99.0-Master (752b475928d)
Loading...
Searching...
No Matches
QgsAuthTrustedCAsDialog Class Reference

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

#include <qgsauthtrustedcasdialog.h>

Inheritance diagram for QgsAuthTrustedCAsDialog:

Public Member Functions

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

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 33 of file qgsauthtrustedcasdialog.cpp.

Member Function Documentation

◆ showEvent()

void QgsAuthTrustedCAsDialog::showEvent ( QShowEvent * e)
overrideprotected

Definition at line 290 of file qgsauthtrustedcasdialog.cpp.


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