WIP filtering file explorer entries.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user