27 explicit UsersDialog(QString dir, QWidget *parent =
nullptr);
38 void itemChange(QListWidgetItem *item);
39 void on_lineEdit_textChanged(
const QString &filter);
40 void on_checkBox_clicked();
44 QList<UserInfo> m_userList;
47 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.