1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:17:35 +00:00

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
parent c35493c156
commit d04c833002
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