47 void populateIdentitiesView();
49 void refreshIdentitiesView();
51 void showCertInfo( QTreeWidgetItem *item );
54 void selectionChanged(
const QItemSelection &selected,
const QItemSelection &deselected );
57 void checkSelection();
59 void handleDoubleClick( QTreeWidgetItem *item,
int col );
61 void btnAddIdentity_clicked();
63 void btnRemoveIdentity_clicked();
65 void btnInfoIdentity_clicked();
67 void btnGroupByOrg_toggled(
bool checked );
70 void authMessageLog(
const QString &message,
const QString &authtag,
Qgis::MessageLevel level );
84 void setupIdentitiesTree();
86 void populateIdentitiesSection( QTreeWidgetItem *item,
const QList<QSslCertificate> &certs, QgsAuthIdentitiesEditor::IdentityType identype );
88 void appendIdentitiesToGroup(
const QList<QSslCertificate> &certs, QgsAuthIdentitiesEditor::IdentityType identype, QTreeWidgetItem *parent =
nullptr );
90 void appendIdentitiesToItem(
const QList<QSslCertificate> &certs, QgsAuthIdentitiesEditor::IdentityType identype, QTreeWidgetItem *parent =
nullptr );
95 bool mDisabled =
false;
96 QVBoxLayout *mAuthNotifyLayout =
nullptr;
97 QLabel *mAuthNotify =
nullptr;
99 QTreeWidgetItem *mRootCertIdentItem =
nullptr;