src/dialogs/cylindereditor.cpp@5fa4bf1fc781
src/dialogs/cylindereditor.cpp
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
#include "cylindereditor.h"
#include "ui_cylindereditor.h"
CylinderEditor::CylinderEditor(QWidget *parent) :
QDialog(parent),
ui(new Ui::CylinderEditor)
{
ui->setupUi(this);
}
CylinderEditor::~CylinderEditor()
{
delete ui;
}