1
Fork 0
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:
kleines Filmröllchen 2022-03-23 01:32:44 +01:00 committed by Andreas Kling
parent 98ed18124d
commit 5a2716baea
3 changed files with 152 additions and 89 deletions

View file

@ -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)