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:
parent
a78ea2c0b2
commit
e43fba0c58
4 changed files with 159 additions and 0 deletions
|
@ -9,6 +9,7 @@ set(SOURCES
|
|||
ProcessMemoryMapWidget.cpp
|
||||
ProcessModel.cpp
|
||||
ProcessUnveiledPathsWidget.cpp
|
||||
ProcessStateWidget.cpp
|
||||
ThreadStackWidget.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue