RedPanda-CPP/RedPandaIDE/widgets/newheaderdialog.h

23 lines
329 B
C
Raw Normal View History

2022-01-31 11:57:33 +08:00
#ifndef NEWHEADERDIALOG_H
#define NEWHEADERDIALOG_H
#include <QDialog>
namespace Ui {
class NewHeaderDialog;
}
class NewHeaderDialog : public QDialog
{
Q_OBJECT
public:
explicit NewHeaderDialog(QWidget *parent = nullptr);
~NewHeaderDialog();
private:
Ui::NewHeaderDialog *ui;
};
#endif // NEWHEADERDIALOG_H