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
commit e43fba0c58
Notes: sideshowbarker 2024-07-18 20:31:28 +09:00
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
)