You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
387 B

#ifndef FRMPARAMETRICCURVE_H
#define FRMPARAMETRICCURVE_H
#include <QWidget>
namespace Ui {
class frmParametricCurve;
}
class frmParametricCurve : public QWidget
{
Q_OBJECT
public:
explicit frmParametricCurve(QWidget *parent = 0);
~frmParametricCurve();
private:
Ui::frmParametricCurve *ui;
private slots:
void initForm();
};
#endif // FRMPARAMETRICCURVE_H