qtdeclarative/examples/quickcontrols/filesystemexplorer
Dennis Oberst 213e932e13 Add File System Explorer example
This example shows the customization of Qt Quick Controls by
implementing a simple file system explorer. Using a C++ model, entries
are visualized in a TreeView, and text files can be read.

Fixes: QTBUG-108289
Change-Id: I966dcf65e40d3b727889dc14c65edd0ffcc1b878
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2023-02-14 13:32:13 +01:00
..
doc Add File System Explorer example 2023-02-14 13:32:13 +01:00
icons Add File System Explorer example 2023-02-14 13:32:13 +01:00
qml Add File System Explorer example 2023-02-14 13:32:13 +01:00
CMakeLists.txt Add File System Explorer example 2023-02-14 13:32:13 +01:00
Main.qml Add File System Explorer example 2023-02-14 13:32:13 +01:00
filesystemexplorer.pro Add File System Explorer example 2023-02-14 13:32:13 +01:00
filesystemmodel.cpp Add File System Explorer example 2023-02-14 13:32:13 +01:00
filesystemmodel.h Add File System Explorer example 2023-02-14 13:32:13 +01:00
main.cpp Add File System Explorer example 2023-02-14 13:32:13 +01:00
qmldir Add File System Explorer example 2023-02-14 13:32:13 +01:00