Fri, 08 Jun 2018 23:06:56 +0300
fixed cylinder rendering
#include "cylindereditor.h" #include "ui_cylindereditor.h" CylinderEditor::CylinderEditor(QWidget *parent) : QDialog(parent), ui(new Ui::CylinderEditor) { ui->setupUi(this); } CylinderEditor::~CylinderEditor() { delete ui; }