This example demonstrates the usage of a tree view.
The Dir View example shows a tree view of the local file system. It uses the
QFileSystemModelclass to provide file and directory information.![]()
The example supports a number of command line options. These options include:
Application description
-help option
-version option
if the optionc {-c} is specified, the application will not use custom directory options
声明
modelas data model for reading the local filesystem.model.setRootPath("")sets the current folder as the folder from whichmodelwill start reading.QTreeViewobjecttreevisualizes the filesystem in a tree structure.Sets layout options for animation, indentation, sorting, and sizing of the filesystem tree.