46 void populateSslConfigsView();
48 void refreshSslConfigsView();
51 void selectionChanged(
const QItemSelection &selected,
const QItemSelection &deselected );
54 void checkSelection();
56 void handleDoubleClick( QTreeWidgetItem *item,
int col );
58 void btnAddServer_clicked();
60 void btnRemoveServer_clicked();
62 void btnEditServer_clicked();
64 void btnGroupByOrg_toggled(
bool checked );
67 void authMessageLog(
const QString &message,
const QString &authtag,
Qgis::MessageLevel level );
80 void setupSslConfigsTree();
82 void populateSslConfigsSection( QTreeWidgetItem *item,
const QList<QgsAuthConfigSslServer> &configs, QgsAuthServersEditor::ConfigType conftype );
84 void appendSslConfigsToGroup(
const QList<QgsAuthConfigSslServer> &configs, QgsAuthServersEditor::ConfigType conftype, QTreeWidgetItem *parent =
nullptr );
86 void appendSslConfigsToItem(
const QList<QgsAuthConfigSslServer> &configs, QgsAuthServersEditor::ConfigType conftype, QTreeWidgetItem *parent =
nullptr );
91 bool mDisabled =
false;
92 QVBoxLayout *mAuthNotifyLayout =
nullptr;
93 QLabel *mAuthNotify =
nullptr;
95 QTreeWidgetItem *mRootSslConfigItem =
nullptr;