1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:47:45 +00:00

HexEditor: Construct user interface from GML

This commit is contained in:
Brendan Coles 2021-05-22 14:08:05 +00:00 committed by Linus Groh
parent 6738a966ec
commit e5e00bec8f
4 changed files with 75 additions and 28 deletions

View file

@ -1,8 +1,11 @@
compile_gml(HexEditorWindow.gml HexEditorWindowGML.h hex_editor_window_gml)
set(SOURCES
HexEditor.cpp
HexEditorWidget.cpp
FindDialog.cpp
main.cpp
HexEditorWindowGML.h
)
serenity_app(HexEditor ICON app-hex-editor)