怎么跨类调用啊啊啊啊

This commit is contained in:
2022-01-03 02:25:26 +08:00
parent 773bffe63f
commit c9469227cf
26 changed files with 129 additions and 88 deletions
+13
View File
@@ -0,0 +1,13 @@
#include "scan_run.h"
#include "widget.h"
#include "ui_widget.h"
#include <QDebug>
void scan_run::run()
{
//Widget::tray_scan();
//ui->outputlist->append("1");
//Widget::test();
}