mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
PixelPaint: Convert main UI to GML :^)
This commit is contained in:
parent
afc3ed228d
commit
8c044d4f52
10 changed files with 101 additions and 38 deletions
|
@ -21,10 +21,12 @@ public:
|
|||
void set_primary_color(Color);
|
||||
void set_secondary_color(Color);
|
||||
|
||||
private:
|
||||
explicit PaletteWidget(ImageEditor&);
|
||||
void set_image_editor(ImageEditor&);
|
||||
|
||||
ImageEditor& m_editor;
|
||||
private:
|
||||
explicit PaletteWidget();
|
||||
|
||||
ImageEditor* m_editor { nullptr };
|
||||
RefPtr<GUI::Frame> m_primary_color_widget;
|
||||
RefPtr<GUI::Frame> m_secondary_color_widget;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue