1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:37:44 +00:00

SystemMonitor: Add tab with detailed state to process properties window

This is done using a wrapper model that transforms all the information
about a single process in the ProcessModel and turns it into a 2-column
table model with only that process in it.
This commit is contained in:
Andreas Kling 2021-04-11 13:24:59 +02:00
parent a78ea2c0b2
commit e43fba0c58
4 changed files with 159 additions and 0 deletions

View file

@ -9,6 +9,7 @@ set(SOURCES
ProcessMemoryMapWidget.cpp
ProcessModel.cpp
ProcessUnveiledPathsWidget.cpp
ProcessStateWidget.cpp
ThreadStackWidget.cpp
)