QGIS API Documentation
3.0.2-Girona (307d082)
|
Widget for listing trusted Certificate (Intermediate) Authorities used in secure connections. More...
#include <qgsauthtrustedcasdialog.h>
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 |
Widget for listing trusted Certificate (Intermediate) Authorities used in secure connections.
Definition at line 35 of file qgsauthtrustedcasdialog.h.
|
explicit |
Construct a dialog that will list the trusted Certificate Authorities.
parent | Parent widget |
trustedCAs | List of trusted Certificate Authorities objects |
Definition at line 31 of file qgsauthtrustedcasdialog.cpp.
|
overrideprotected |
Definition at line 313 of file qgsauthtrustedcasdialog.cpp.