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
commit 5a2716baea
Notes: sideshowbarker 2024-07-17 14:34:39 +09:00
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)