QtPass 1.4.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
Public Slots | Public Member Functions | Protected Member Functions | List of all members
UsersDialog Class Reference

Handles listing and editing of GPG users. More...

#include <usersdialog.h>

+ Inheritance diagram for UsersDialog:
+ Collaboration diagram for UsersDialog:

Public Slots

void accept ()
 UsersDialog::accept.
 

Public Member Functions

 UsersDialog (QString dir, QWidget *parent=nullptr)
 UsersDialog::UsersDialog basic constructor.
 
 ~UsersDialog ()
 UsersDialog::~UsersDialog basic destructor.
 

Protected Member Functions

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.
 

Detailed Description

Handles listing and editing of GPG users.

Selection of whom to encrypt to.

Definition at line 23 of file usersdialog.h.

Constructor & Destructor Documentation

◆ UsersDialog()

UsersDialog::UsersDialog ( QString  dir,
QWidget *  parent = nullptr 
)
explicit

UsersDialog::UsersDialog basic constructor.

Parameters
parent

Definition at line 18 of file usersdialog.cpp.

+ Here is the call graph for this function:

◆ ~UsersDialog()

UsersDialog::~UsersDialog ( )

UsersDialog::~UsersDialog basic destructor.

Definition at line 80 of file usersdialog.cpp.

Member Function Documentation

◆ accept

void UsersDialog::accept ( )
slot

UsersDialog::accept.

Definition at line 87 of file usersdialog.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ closeEvent()

void UsersDialog::closeEvent ( QCloseEvent *  event)
protected

UsersDialog::closeEvent might have to store size and location if that is wanted.

Parameters
event

Definition at line 98 of file usersdialog.cpp.

◆ keyPressEvent()

void UsersDialog::keyPressEvent ( QKeyEvent *  event)
protected

UsersDialog::keyPressEvent clear the lineEdit when escape is pressed. No action for Enter currently.

Parameters
event

Definition at line 108 of file usersdialog.cpp.


The documentation for this class was generated from the following files: