fullfilled requirements

This commit is contained in:
moerp
2021-05-29 20:15:19 +02:00
parent a76a04f15c
commit 1484cfa7b6
4 changed files with 33 additions and 28 deletions

View File

@ -6,6 +6,7 @@ MainWindow::MainWindow(QWidget *parent)
, ui(new Ui::MainWindow)
{
ui->setupUi(this);
setWindowTitle("Square Multiply Calculator");
spinBase = ui->spinBase;
spinExp = ui->spinExp;