mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +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:
parent
c35493c156
commit
d04c833002
Notes:
sideshowbarker
2024-07-19 04:25:26 +09:00
Author: https://github.com/alimpfard
Commit: d04c833002
Pull-request: https://github.com/SerenityOS/serenity/pull/2694
Issue: https://github.com/SerenityOS/serenity/issues/2685
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
4 changed files with 198 additions and 2 deletions
|
@ -26,6 +26,7 @@ set(SOURCES
|
|||
Event.cpp
|
||||
FilePicker.cpp
|
||||
FileSystemModel.cpp
|
||||
FilteringProxyModel.cpp
|
||||
FontDatabase.cpp
|
||||
Frame.cpp
|
||||
GroupBox.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue