This commit is contained in:
2022-01-03 12:19:02 +08:00
parent c9469227cf
commit 2623bfee04
17 changed files with 54 additions and 2 deletions
+2 -1
View File
@@ -148,7 +148,7 @@ void Widget::auto_edit()
void Widget::test()
{
qDebug() << "Test";
Widget::tray_scan();
//Widget::tray_scan();
}
Widget::Widget(QWidget *parent)
@@ -158,6 +158,7 @@ Widget::Widget(QWidget *parent)
ui->setupUi(this);
//qDebug("hello world");
scan_run *scan_thread=new scan_run;
connect(ui->stard_scan, &QPushButton::pressed, [=]() {scan_thread->start(); });//'scan button pass'