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
339 B

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