1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00
serenity/Applications/ProcessManager
Andreas Kling 7d1142c7d9 Make it possible to sort a GTableModel by column+order.
This is accomplished by putting a GSortingProxyTableModel between the model
and the view. It's pretty simplistic but it works for this use case. :^)
2019-03-09 13:33:52 +01:00
..
.gitignore ProcessManager: Start working on a graphical process manager. 2019-02-28 01:43:50 +01:00
main.cpp Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal. 2019-03-03 02:52:22 +01:00
Makefile LibGUI: Take ProcessManager's process view and turn it into GTableView. 2019-02-28 10:57:09 +01:00
ProcessTableModel.cpp Make it possible to sort a GTableModel by column+order. 2019-03-09 13:33:52 +01:00
ProcessTableModel.h Make it possible to sort a GTableModel by column+order. 2019-03-09 13:33:52 +01:00
ProcessTableView.cpp Make it possible to sort a GTableModel by column+order. 2019-03-09 13:33:52 +01:00
ProcessTableView.h Make it possible to sort a GTableModel by column+order. 2019-03-09 13:33:52 +01:00