RedPanda-CPP/RedPandaIDE/settingsdialog/toolsgeneralwidget.h

23 lines
353 B
C
Raw Normal View History

2021-10-07 08:34:10 +08:00
#ifndef TOOLSGENERALWIDGET_H
#define TOOLSGENERALWIDGET_H
#include <QWidget>
namespace Ui {
class ToolsGeneralWidget;
}
class ToolsGeneralWidget : public QWidget
{
Q_OBJECT
public:
explicit ToolsGeneralWidget(QWidget *parent = nullptr);
~ToolsGeneralWidget();
private:
Ui::ToolsGeneralWidget *ui;
};
#endif // TOOLSGENERALWIDGET_H