WIP filtering file explorer entries.

This commit is contained in:
2026-01-31 11:09:18 -05:00
parent aa8590cd5c
commit 75889f2023
2 changed files with 93 additions and 14 deletions

View File

@@ -16,13 +16,14 @@ Rectangle {
signal fileClicked(string filePath)
// https://doc.qt.io/qt-6/qml-qtquick-treeview.html
TreeView {
id: fileSystemTreeView
anchors.margins: 15
property int lastIndex: -1
model: FileSystem
model: FileSystemSortProxyModel
anchors.fill: parent
boundsBehavior: Flickable.StopAtBounds
boundsMovement: Flickable.StopAtBounds