src/dialogs/cylindereditor.h

Sun, 10 Jun 2018 12:12:50 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Sun, 10 Jun 2018 12:12:50 +0300
changeset 1395
23551de3da36
parent 1391
5fa4bf1fc781
permissions
-rw-r--r--

separated the color button into a new widget

#pragma once
#include <QDialog>

class CylinderEditor : public QDialog
{
	Q_OBJECT

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

private:
	class Ui_CylinderEditor& ui;
};

mercurial