src/dialogs/cylindereditor.h@f52ea4078f5d
src/dialogs/cylindereditor.h
Sun, 10 Jun 2018 17:17:42 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Sun, 10 Jun 2018 17:17:42 +0300
- changeset 1399
- f52ea4078f5d
- parent 1395
-
23551de3da36
- permissions
- -rw-r--r--
added the disc and disc negative to the circular primitive type
#pragma once
#include <QDialog>
class CylinderEditor : public QDialog
{
Q_OBJECT
public:
explicit CylinderEditor(QWidget* parent = nullptr);
~CylinderEditor();
private:
class Ui_CylinderEditor& ui;
};