Init
This commit is contained in:
17
src/ScanFormWidget.h
Normal file
17
src/ScanFormWidget.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// Created by Krad on 2021/10/8.
|
||||
//
|
||||
|
||||
#ifndef GUI_SCANFORMWIDGET_H
|
||||
#define GUI_SCANFORMWIDGET_H
|
||||
|
||||
#include "tabformwidget.h"
|
||||
class ScanFormWidget :public TabFormWidget {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit ScanFormWidget(QWidget *parent = nullptr);
|
||||
~ScanFormWidget();
|
||||
};
|
||||
|
||||
|
||||
#endif //GUI_SCANFORMWIDGET_H
|
||||
Reference in New Issue
Block a user