mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:37:35 +00:00
SystemMonitor: Move entire main UI to GML
:^)
This commit is contained in:
parent
98ed18124d
commit
5a2716baea
3 changed files with 152 additions and 89 deletions
|
@ -4,6 +4,8 @@ serenity_component(
|
|||
TARGETS SystemMonitor Profiler Inspector
|
||||
)
|
||||
|
||||
compile_gml(SystemMonitor.gml SystemMonitorGML.h system_monitor_gml)
|
||||
|
||||
set(SOURCES
|
||||
GraphWidget.cpp
|
||||
main.cpp
|
||||
|
@ -15,6 +17,7 @@ set(SOURCES
|
|||
ProcessUnveiledPathsWidget.cpp
|
||||
ProcessStateWidget.cpp
|
||||
ThreadStackWidget.cpp
|
||||
SystemMonitorGML.h
|
||||
)
|
||||
|
||||
serenity_app(SystemMonitor ICON app-system-monitor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue