src/dialogs/cylindereditor.h

Sun, 17 Jun 2018 13:53:33 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Sun, 17 Jun 2018 13:53:33 +0300
changeset 1403
7a2d84112983
parent 1395
23551de3da36
permissions
-rw-r--r--

replaced the Matrix class with QMatrix4x4

#pragma once
#include <QDialog>

class CylinderEditor : public QDialog
{
	Q_OBJECT

public:
	explicit CylinderEditor(QWidget* parent = nullptr);
	~CylinderEditor();

private:
	class Ui_CylinderEditor& ui;
};

mercurial