1#ifndef PASSWORDDIALOG_H_
2#define PASSWORDDIALOG_H_
25 QWidget *parent =
nullptr);
27 QWidget *parent =
nullptr);
46 void setTemplate(QString rawFields,
bool useTemplate);
54 void setPass(
const QString &output);
57 void on_checkBoxShow_stateChanged(
int arg1);
58 void on_createPasswordButton_clicked();
63 Ui::PasswordDialog *ui;
70 QList<QLineEdit *> templateLines;
71 QList<QLineEdit *> otherLines;
PasswordDialog Handles the inserting and editing of passwords.
void setPasswordCharTemplate(int t)
PasswordDialog::setPasswordCharTemplate PasswordDialog::setPasswordCharTemplate chose the template st...
void setTemplate(QString rawFields, bool useTemplate)
Sets content in the template for the interface.
void setPassword(QString password)
Sets content in the password field in the interface.
~PasswordDialog()
Pass{}{}wordDialog::~PasswordDialog basic destructor.
void usePwgen(bool usePwgen)
PasswordDialog::usePwgen PasswordDialog::usePwgen don't use own password generator.
void templateAll(bool templateAll)
PasswordDialog::templateAll basic setter for use in PasswordDialog::setPassword templating all tokeni...
void setLength(int l)
PasswordDialog::setLength PasswordDialog::setLength password length.
QString getPassword()
Returns the password as set in the password field in the interface.
void setPass(const QString &output)
Holds the Password configuration settings.