3#ifndef SRC_USERSDIALOG_H_
4#define SRC_USERSDIALOG_H_
29 explicit UsersDialog(QString dir, QWidget *parent =
nullptr);
40 void itemChange(QListWidgetItem *item);
41 void on_lineEdit_textChanged(
const QString &filter);
42 void on_checkBox_clicked();
46 QList<UserInfo> m_userList;
49 void populateList(
const QString &filter = QString());
Handles listing and editing of GPG users.
~UsersDialog()
UsersDialog::~UsersDialog basic destructor.
void accept()
UsersDialog::accept.
void closeEvent(QCloseEvent *event)
UsersDialog::closeEvent might have to store size and location if that is wanted.
void keyPressEvent(QKeyEvent *event)
UsersDialog::keyPressEvent clear the lineEdit when escape is pressed. No action for Enter currently.