src/widgets/colorinput.h@530d23cd4e97
src/widgets/colorinput.h
Thu, 15 Jun 2023 16:18:03 +0300
- author
- Teemu Piippo <teemu.s.piippo@gmail.com>
- date
- Thu, 15 Jun 2023 16:18:03 +0300
- changeset 383
- 530d23cd4e97
- parent 96
-
165777a20dc7
- permissions
- -rw-r--r--
Refactor, make selecting elements from the model select the corresponding line from the editor as well
#ifndef COLORINPUT_H
#define COLORINPUT_H
#include <QWidget>
namespace Ui {
class ColorInput;
}
class ColorInput : public QWidget
{
Q_OBJECT
public:
explicit ColorInput(QWidget *parent = nullptr);
~ColorInput();
private:
Ui::ColorInput *ui;
};
#endif // COLORINPUT_H