LibGUI: Add FilteringProxyModel

This model does not support nested indices well, in that it flattens
them all out.
That's a FIXME for the future as it does its job for now.
This commit is contained in:
AnotherTest 2020-07-04 22:36:23 +04:30 committed by Andreas Kling
commit d04c833002
Notes: sideshowbarker 2024-07-19 04:25:26 +09:00
4 changed files with 198 additions and 2 deletions

View file

@ -26,6 +26,7 @@ set(SOURCES
Event.cpp
FilePicker.cpp
FileSystemModel.cpp
FilteringProxyModel.cpp
FontDatabase.cpp
Frame.cpp
GroupBox.cpp