изменение генерации пароля в поле добавления
This commit is contained in:
parent
bc0b863343
commit
c64ff7e979
@ -28,7 +28,7 @@ AddDialog::~AddDialog()
|
|||||||
|
|
||||||
void AddDialog::on_pushButton_clicked()
|
void AddDialog::on_pushButton_clicked()
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
QVector<char> BigLetters= {'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'};
|
QVector<char> BigLetters= {'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'};
|
||||||
QVector<char> SmallLetters = {'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'};
|
QVector<char> SmallLetters = {'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'};
|
||||||
QVector<char> Numbers = {'1','2','3','4','5','6','7','8','9','0'};
|
QVector<char> Numbers = {'1','2','3','4','5','6','7','8','9','0'};
|
||||||
@ -59,6 +59,11 @@ void AddDialog::on_pushButton_clicked()
|
|||||||
|
|
||||||
|
|
||||||
ui->createPassword->setText(npasw);
|
ui->createPassword->setText(npasw);
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
genpass.show();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#include "record.h"
|
#include "record.h"
|
||||||
#include "manager.h"
|
#include "manager.h"
|
||||||
|
#include"genpass.h"
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class AddDialog;
|
class AddDialog;
|
||||||
@ -33,6 +33,8 @@ private slots:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::AddDialog *ui;
|
Ui::AddDialog *ui;
|
||||||
|
GenPass genpass;
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user