mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +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
|
@ -1,3 +1,5 @@
|
|||
compile_gml(PixelPaintWindow.gml PixelPaintWindowGML.h pixel_paint_window_gml)
|
||||
|
||||
set(SOURCES
|
||||
BrushTool.cpp
|
||||
BucketTool.cpp
|
||||
|
@ -16,6 +18,7 @@ set(SOURCES
|
|||
PaletteWidget.cpp
|
||||
PenTool.cpp
|
||||
PickerTool.cpp
|
||||
PixelPaintWindowGML.h
|
||||
RectangleTool.cpp
|
||||
SprayTool.cpp
|
||||
ToolboxWidget.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue