diff --git a/mainwindow.cpp b/mainwindow.cpp
index 4f05539..e15d861 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -402,7 +402,7 @@ void MainWindow::on_sendBtn_clicked()
ui->sendBtn->setText("Send");
ui->pauseBtn->setText("Pause");
ui->pauseBtn->setDisabled("true");
- paused = false
+ paused = false;
}
else if(!sending)
{
@@ -410,7 +410,7 @@ void MainWindow::on_sendBtn_clicked()
ui->sendBtn->setText("Stop");
ui->pauseBtn->setText("Pause");
ui->pauseBtn->setEnabled("true");
- paused = false
+ paused = false;
}
ui->progressBar->setValue(0);
diff --git a/mainwindow.ui b/mainwindow.ui
index 9ec94a7..fae9c7f 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -405,7 +405,7 @@
10
270
- 166
+ 191
121
@@ -423,7 +423,7 @@
-
- QLCDNumber::Outline
+ QLCDNumber::Filled
@@ -437,7 +437,7 @@
-
- QLCDNumber::Outline
+ QLCDNumber::Filled
@@ -495,17 +495,6 @@
-
-
- toolBar
-
-
- TopToolBarArea
-
-
- false
-
-
Open...