Files
gcs-nf/App/ToolsUI/tools_Index1/tools_Index1.h
T

33 lines
455 B
C++
Raw Normal View History

#ifndef TOOLS_INDEX1_H
#define TOOLS_INDEX1_H
#include <QWidget>
#include "QFile"
#include "QTextStream"
#include "QDebug"
2020-08-01 10:53:17 +08:00
//#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;
2020-08-01 10:53:17 +08:00
//Scope *scope = nullptr;
};
#endif // INDEX1_H