Files
gcs-nf/App/ToolsUI/tools_Index1/tools_Index1.h
T
2020-08-01 10:53:17 +08:00

33 lines
455 B
C++

#ifndef TOOLS_INDEX1_H
#define TOOLS_INDEX1_H
#include <QWidget>
#include "QFile"
#include "QTextStream"
#include "QDebug"
//#include "Scope.h"
namespace Ui {
class Tools_Index1;
}
class Tools_Index1 : public QWidget
{
Q_OBJECT
public:
explicit Tools_Index1(QWidget *parent = nullptr);
~Tools_Index1();
void resizeEvent(QResizeEvent *event);
private:
Ui::Tools_Index1 *ui;
//Scope *scope = nullptr;
};
#endif // INDEX1_H