PlotterHMI/plottersetdialog.h

23 lines
331 B
C
Raw Normal View History

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