src/dialogs/cylindereditor.h@8d9d0532b3df
src/dialogs/cylindereditor.h
Fri, 08 Jun 2018 23:06:56 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Fri, 08 Jun 2018 23:06:56 +0300
- changeset 1394
- 8d9d0532b3df
- parent 1391
-
5fa4bf1fc781
- child 1395
-
23551de3da36
- permissions
- -rw-r--r--
fixed cylinder rendering
#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