mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 03:35:07 +00:00
LibGUI: Start working on a GFileSystemModel and hook that up in FileManager.
This is a read-only model for the tree view, at least initially. We'll see where we take it from there once it's more polished.
This commit is contained in:
parent
f249c40aaa
commit
4d3c5fd83e
7 changed files with 205 additions and 6 deletions
|
@ -87,7 +87,7 @@ GVariant TestModel::data(const GModelIndex& index, Role role) const
|
|||
}
|
||||
|
||||
struct GTreeView::MetadataForIndex {
|
||||
bool open { true };
|
||||
bool open { false };
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue