45    void populateSslConfigsView();
 
   47    void refreshSslConfigsView();
 
   50    void selectionChanged( 
const QItemSelection &selected, 
const QItemSelection &deselected );
 
   53    void checkSelection();
 
   55    void handleDoubleClick( QTreeWidgetItem *item, 
int col );
 
   57    void btnAddServer_clicked();
 
   59    void btnRemoveServer_clicked();
 
   61    void btnEditServer_clicked();
 
   63    void btnGroupByOrg_toggled( 
bool checked );
 
   66    void authMessageLog( 
const QString &message, 
const QString &authtag, 
Qgis::MessageLevel level );
 
   69    void showEvent( QShowEvent *e ) 
override;
 
   79    void setupSslConfigsTree();
 
   81    void populateSslConfigsSection( QTreeWidgetItem *item, 
const QList<QgsAuthConfigSslServer> &configs, QgsAuthServersEditor::ConfigType conftype );
 
   83    void appendSslConfigsToGroup( 
const QList<QgsAuthConfigSslServer> &configs, QgsAuthServersEditor::ConfigType conftype, QTreeWidgetItem *parent = 
nullptr );
 
   85    void appendSslConfigsToItem( 
const QList<QgsAuthConfigSslServer> &configs, QgsAuthServersEditor::ConfigType conftype, QTreeWidgetItem *parent = 
nullptr );
 
   90    bool mDisabled = 
false;
 
   91    QVBoxLayout *mAuthNotifyLayout = 
nullptr;
 
   92    QLabel *mAuthNotify = 
nullptr;
 
   94    QTreeWidgetItem *mRootSslConfigItem = 
nullptr;