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

30 lines
403 B
C++
Raw Normal View History

#ifndef TOOLS_INDEX1_H
#define TOOLS_INDEX1_H
#include <QWidget>
#include "QFile"
#include "QTextStream"
#include "QDebug"
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;
};
#endif // INDEX1_H