Merge finished
This commit is contained in:
parent
dc4b0757a6
commit
17e8b48902
@ -57,7 +57,10 @@ void GenPass::on_lineEdit_cursorPositionChanged(int arg1, int arg2)
|
|||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
void GenPass::on_horizontalSlider_actionTriggered(int action)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
QString GenPass::NewRandPassword(){
|
QString GenPass::NewRandPassword(){
|
||||||
QString npasw;
|
QString npasw;
|
||||||
QVector<char> rands;
|
QVector<char> rands;
|
||||||
|
|||||||
@ -125,3 +125,20 @@ void MainWindow::on_action_7_triggered()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void MainWindow::on_pushButton_2_clicked()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
void MainWindow::on_actionExit_triggered()
|
||||||
|
{
|
||||||
|
QCoreApplication::quit();
|
||||||
|
|
||||||
|
}
|
||||||
|
void MainWindow::on_actionblakc_triggered()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -49,8 +49,8 @@ void Manager::deleteRecord()
|
|||||||
{
|
{
|
||||||
// if (ui->spinBoxID->text().isEmpty())
|
// if (ui->spinBoxID->text().isEmpty())
|
||||||
// return;
|
// return;
|
||||||
|
QString id = "zzz";
|
||||||
QString id = ui->spinBoxID->text();
|
// QString id = ui->spinBoxID->text();
|
||||||
|
|
||||||
query->clear();
|
query->clear();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user