src/dialogs/cylindereditor.h

Sun, 10 Jun 2018 15:53:21 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Sun, 10 Jun 2018 15:53:21 +0300
changeset 1396
3442a59ab05c
parent 1395
23551de3da36
permissions
-rw-r--r--

show the color index in the color button

#pragma once
#include <QDialog>

class CylinderEditor : public QDialog
{
	Q_OBJECT

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

private:
	class Ui_CylinderEditor& ui;
};

mercurial