|
QtPass 1.5.1
Multi-platform GUI for pass, the standard unix password manager.
|
PasswordDialog Handles the inserting and editing of passwords. More...
#include <passworddialog.h>
Inheritance diagram for PasswordDialog:
Collaboration diagram for PasswordDialog:Public Slots | |
| void | setPass (const QString &output) |
Public Member Functions | |
| PasswordDialog (PasswordConfiguration passConfig, QWidget *parent=nullptr) | |
| PasswordDialog::PasswordDialog basic constructor. | |
| PasswordDialog (QString file, const bool &isNew, QWidget *parent=nullptr) | |
| PasswordDialog::PasswordDialog complete constructor. | |
| ~PasswordDialog () | |
| Pass{}{}wordDialog::~PasswordDialog basic destructor. | |
| void | setPassword (const QString &password) |
| Sets content in the password field in the interface. | |
| auto | getPassword () -> QString |
| Returns the password as set in the password field in the interface. | |
| void | setTemplate (const QString &rawFields, bool useTemplate) |
| Sets content in the template for the interface. | |
| void | templateAll (bool templateAll) |
| PasswordDialog::templateAll basic setter for use in PasswordDialog::setPassword templating all tokenisable lines. | |
| void | setLength (int l) |
| PasswordDialog::setLength PasswordDialog::setLength password length. | |
| void | setPasswordCharTemplate (int t) |
| PasswordDialog::setPasswordCharTemplate PasswordDialog::setPasswordCharTemplate chose the template style. | |
| void | usePwgen (bool usePwgen) |
| PasswordDialog::usePwgen PasswordDialog::usePwgen don't use own password generator. | |
PasswordDialog Handles the inserting and editing of passwords.
Includes templated views.
Definition at line 22 of file passworddialog.h.
|
explicit |
PasswordDialog::PasswordDialog basic constructor.
| passConfig | configuration constant |
| parent |
Definition at line 24 of file passworddialog.cpp.
Here is the call graph for this function:| PasswordDialog::PasswordDialog | ( | QString | file, |
| const bool & | isNew, | ||
| QWidget * | parent = nullptr |
||
| ) |
PasswordDialog::PasswordDialog complete constructor.
| file | |
| isNew | |
| parent | pointer |
Definition at line 46 of file passworddialog.cpp.
Here is the call graph for this function:| PasswordDialog::~PasswordDialog | ( | ) |
Pass{}{}wordDialog::~PasswordDialog basic destructor.
Definition at line 77 of file passworddialog.cpp.
| auto PasswordDialog::getPassword | ( | ) | -> QString |
Returns the password as set in the password field in the interface.
PasswordDialog::getPassword join the (templated) fields to a QString for writing back.
Definition at line 165 of file passworddialog.cpp.
| void PasswordDialog::setLength | ( | int | l | ) |
PasswordDialog::setLength PasswordDialog::setLength password length.
| l |
Definition at line 219 of file passworddialog.cpp.
Here is the caller graph for this function:
|
slot |
Definition at line 240 of file passworddialog.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void PasswordDialog::setPassword | ( | const QString & | password | ) |
Sets content in the password field in the interface.
PasswordDialog::setPassword populate the (templated) fields.
| password | the password as a QString |
| password |
Definition at line 133 of file passworddialog.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void PasswordDialog::setPasswordCharTemplate | ( | int | t | ) |
PasswordDialog::setPasswordCharTemplate PasswordDialog::setPasswordCharTemplate chose the template style.
| t |
Definition at line 226 of file passworddialog.cpp.
Here is the caller graph for this function:| void PasswordDialog::setTemplate | ( | const QString & | rawFields, |
| bool | useTemplate | ||
| ) |
Sets content in the template for the interface.
PasswordDialog::setTemplate set the template and create the fields.
| rawFields | is the template as a QString |
| useTemplate | whether the template is used |
| rawFields |
Definition at line 184 of file passworddialog.cpp.
Here is the caller graph for this function:| void PasswordDialog::templateAll | ( | bool | templateAll | ) |
PasswordDialog::templateAll basic setter for use in PasswordDialog::setPassword templating all tokenisable lines.
| templateAll |
Definition at line 210 of file passworddialog.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void PasswordDialog::usePwgen | ( | bool | usePwgen | ) |
PasswordDialog::usePwgen PasswordDialog::usePwgen don't use own password generator.
| usePwgen |
Definition at line 235 of file passworddialog.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: