DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUI

Moves ProcessChooser and RunningProcessesModel to LibGUI and
generalizes their construction for use by other apps. Updates
Profiler to reflect the change and use its new icons.
This commit is contained in:
thankyouverycool 2020-07-28 06:09:19 -04:00 committed by Andreas Kling
commit 6448f94372
Notes: sideshowbarker 2024-07-19 04:31:41 +09:00
7 changed files with 57 additions and 26 deletions

View file

@ -51,9 +51,11 @@ set(SOURCES
MultiView.cpp
Notification.cpp
Painter.cpp
ProcessChooser.cpp
ProgressBar.cpp
RadioButton.cpp
ResizeCorner.cpp
RunningProcessesModel.cpp
ScrollableWidget.cpp
ScrollBar.cpp
Shortcut.cpp