| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
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.   | |
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 32 of file qgsauthtrustedcasdialog.cpp.
      
  | 
  overrideprotected | 
Definition at line 289 of file qgsauthtrustedcasdialog.cpp.