diff --git a/binaries/oscilloscope_linux b/binaries/oscilloscope_linux deleted file mode 100755 index d902e8f..0000000 Binary files a/binaries/oscilloscope_linux and /dev/null differ diff --git a/images/img1.png b/images/img1.png index a0487c8..dfc71b2 100644 Binary files a/images/img1.png and b/images/img1.png differ diff --git a/src/qt/android/AndroidManifest.xml b/src/qt/android/AndroidManifest.xml index c37099f..9c7e0c0 100644 --- a/src/qt/android/AndroidManifest.xml +++ b/src/qt/android/AndroidManifest.xml @@ -1,6 +1,6 @@ - + diff --git a/src/qt/mainwindow.cpp b/src/qt/mainwindow.cpp index 06bb238..501128e 100644 --- a/src/qt/mainwindow.cpp +++ b/src/qt/mainwindow.cpp @@ -132,7 +132,7 @@ MainWindow::MainWindow(QWidget* parent) connect(ui->cbHdiv, &QComboBox::currentTextChanged, this, &MainWindow::updateHdiv); connect(ui->cbVdiv, &QComboBox::currentTextChanged, this, &MainWindow::updateVdiv); connect(ui->cbTriggerType, &QComboBox::currentTextChanged, this, &MainWindow::updateTriggerType); - connect(ui->sbTriggerValue, &QDoubleSpinBox::textChanged, this, &MainWindow::updateTrigger); + connect(ui->sbTriggerValue, QOverload::of(&QDoubleSpinBox::valueChanged), this, &MainWindow::updateTrigger); connect(m_ui_settings, &SettingsDialog::accepted, this, &MainWindow::refresh); ui->lbPic->adjustSize(); drawBackground(); diff --git a/src/qt/mainwindow.ui b/src/qt/mainwindow.ui index c3188d8..8e57a5b 100644 --- a/src/qt/mainwindow.ui +++ b/src/qt/mainwindow.ui @@ -25,8 +25,7 @@ - selection-background-color: rgb(222, 221, 218); -selection-background-color: rgb(192, 191, 188); + selection-background-color: rgb(192, 191, 188); -6 @@ -57,8 +56,7 @@ selection-background-color: rgb(192, 191, 188); - selection-background-color: rgb(255, 190, 111); -selection-background-color: rgb(192, 191, 188); + selection-background-color: rgb(192, 191, 188); -10 @@ -121,23 +119,6 @@ selection-background-color: rgb(192, 191, 188); - - - - Vertical - - - - - - - 1 - - - 1.000000000000000 - - - @@ -161,6 +142,23 @@ selection-background-color: rgb(192, 191, 188); + + + + Vertical + + + + + + + 1 + + + 1.000000000000000 + + + @@ -171,7 +169,7 @@ selection-background-color: rgb(192, 191, 188); 0 0 565 - 24 + 22