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 );
74 void showEvent( QShowEvent *e )
override;
84 void setupIdentitiesTree();
86 void populateIdentitiesSection( QTreeWidgetItem *item,
const QList<QSslCertificate> &certs,
87 QgsAuthIdentitiesEditor::IdentityType identype );
89 void appendIdentitiesToGroup(
const QList<QSslCertificate> &certs,
90 QgsAuthIdentitiesEditor::IdentityType identype,
91 QTreeWidgetItem *parent =
nullptr );
93 void appendIdentitiesToItem(
const QList<QSslCertificate> &certs,
94 QgsAuthIdentitiesEditor::IdentityType identype,
95 QTreeWidgetItem *parent =
nullptr );
100 bool mDisabled =
false;
101 QVBoxLayout *mAuthNotifyLayout =
nullptr;
102 QLabel *mAuthNotify =
nullptr;
104 QTreeWidgetItem *mRootCertIdentItem =
nullptr;