addc
This commit is contained in:
parent
828f60b43e
commit
af82c386ee
@ -385,3 +385,15 @@ void MainWindow::on_pushButton_6_clicked()
|
|||||||
ui->stackedWidget->setCurrentIndex(0);
|
ui->stackedWidget->setCurrentIndex(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void MainWindow::on_addCard_clicked()
|
||||||
|
{
|
||||||
|
std::cout << "addc" << std::endl;
|
||||||
|
addc.show();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void MainWindow::on_pushButton_13_clicked()
|
||||||
|
{
|
||||||
|
std::cout << "addc" << std::endl;
|
||||||
|
addc.show();
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user