FixedAdding #1
@ -28,7 +28,7 @@ AddDialog::~AddDialog()
|
||||
|
||||
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> 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'};
|
||||
@ -59,6 +59,11 @@ void AddDialog::on_pushButton_clicked()
|
||||
|
||||
|
||||
ui->createPassword->setText(npasw);
|
||||
*/
|
||||
|
||||
|
||||
|
||||
genpass.show();
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
#include "record.h"
|
||||
#include "manager.h"
|
||||
|
||||
#include"genpass.h"
|
||||
|
||||
namespace Ui {
|
||||
class AddDialog;
|
||||
@ -33,6 +33,8 @@ private slots:
|
||||
|
||||
private:
|
||||
Ui::AddDialog *ui;
|
||||
GenPass genpass;
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user