PlotterHMI/drawingsetdialog.h

23 lines
331 B
C
Raw Normal View History

2024-02-06 06:19:53 +00:00
#ifndef DRAWINGSETDIALOG_H
#define DRAWINGSETDIALOG_H
#include <QDialog>
namespace Ui {
class DrawingSetDialog;
}
class DrawingSetDialog : public QDialog
{
Q_OBJECT
public:
explicit DrawingSetDialog(QWidget *parent = 0);
~DrawingSetDialog();
private:
Ui::DrawingSetDialog *ui;
};
#endif // DRAWINGSETDIALOG_H