src/dialogs/cylindereditor.h

Mon, 04 Jun 2018 23:12:40 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Mon, 04 Jun 2018 23:12:40 +0300
changeset 1391
5fa4bf1fc781
child 1395
23551de3da36
permissions
-rw-r--r--

added work done on cylinders

#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

mercurial