--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/dialogs/cylindereditor.h Mon Jun 04 23:12:40 2018 +0300 @@ -0,0 +1,22 @@ +#ifndef CYLINDEREDITOR_H +#define CYLINDEREDITOR_H + +#include <QDialog> + +namespace Ui { +class CylinderEditor; +} + +class CylinderEditor : public QDialog +{ + Q_OBJECT + +public: + explicit CylinderEditor(QWidget *parent = 0); + ~CylinderEditor(); + +private: + Ui::CylinderEditor *ui; +}; + +#endif // CYLINDEREDITOR_H