48    void populateCaCertsView();
 
   50    void showCertInfo( QTreeWidgetItem *item );
 
   53    void selectionChanged( 
const QItemSelection &selected, 
const QItemSelection &deselected );
 
   56    void checkSelection();
 
   58    void handleDoubleClick( QTreeWidgetItem *item, 
int col );
 
   60    void btnInfoCa_clicked();
 
   62    void btnGroupByOrg_toggled( 
bool checked );
 
   65    void authMessageLog( 
const QString &message, 
const QString &authtag, 
Qgis::MessageLevel level );
 
   68    void showEvent( QShowEvent *e ) 
override;
 
   78    void setupCaCertsTree();
 
   80    void populateCaCertsSection( QTreeWidgetItem *item, 
const QList<QSslCertificate> &certs, QgsAuthTrustedCAsDialog::CaType catype );
 
   82    void appendCertsToGroup( 
const QList<QSslCertificate> &certs, QgsAuthTrustedCAsDialog::CaType catype, QTreeWidgetItem *parent = 
nullptr );
 
   84    void appendCertsToItem( 
const QList<QSslCertificate> &certs, QgsAuthTrustedCAsDialog::CaType catype, QTreeWidgetItem *parent = 
nullptr );
 
   89    QList<QSslCertificate> mTrustedCAs;
 
   90    bool mDisabled = 
false;
 
   91    QVBoxLayout *mAuthNotifyLayout = 
nullptr;
 
   92    QLabel *mAuthNotify = 
nullptr;
 
   94    QTreeWidgetItem *mRootCaSecItem = 
nullptr;