remove obsolete settings

This commit is contained in:
2025-04-01 18:03:30 +03:00
parent e749c21a61
commit 7275892b04
9 changed files with 231 additions and 309 deletions

View File

@@ -4,6 +4,7 @@
#include <QFileDialog>
#include <QMessageBox>
#include <QPixmap>
#include <settingsdialog.h>
#ifdef BUILD_OFD_LOCAL_QR_SCAN
# include <adjustpicturedialog.h>
@@ -48,6 +49,12 @@ MainWindow::MainWindow(QWidget *parent)
ui->or_label_1->hide();
ui->choose_image_button->hide();
#endif
QObject::connect(ui->settings_button, &QPushButton::clicked, [&]() {
SettingsDialog d;
d.show();
d.exec();
});
}
#ifdef BUILD_OFD_BINARYEYE_SCAN