46 void populateIdentitiesView();
48 void refreshIdentitiesView();
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 btnAddIdentity_clicked();
62 void btnRemoveIdentity_clicked();
64 void btnInfoIdentity_clicked();
66 void btnGroupByOrg_toggled(
bool checked );
69 void authMessageLog(
const QString &message,
const QString &authtag,
Qgis::MessageLevel level );
73 void showEvent( QShowEvent *e )
override;
83 void setupIdentitiesTree();
85 void populateIdentitiesSection( QTreeWidgetItem *item,
const QList<QSslCertificate> &certs, QgsAuthIdentitiesEditor::IdentityType identype );
87 void appendIdentitiesToGroup(
const QList<QSslCertificate> &certs, QgsAuthIdentitiesEditor::IdentityType identype, QTreeWidgetItem *parent =
nullptr );
89 void appendIdentitiesToItem(
const QList<QSslCertificate> &certs, QgsAuthIdentitiesEditor::IdentityType identype, QTreeWidgetItem *parent =
nullptr );
94 bool mDisabled =
false;
95 QVBoxLayout *mAuthNotifyLayout =
nullptr;
96 QLabel *mAuthNotify =
nullptr;
98 QTreeWidgetItem *mRootCertIdentItem =
nullptr;