Skip to content

arunpkio/QMLTreeView

Repository files navigation

QMLTreeView

QMl TreeView with custom folder list model in C++

This application is to demonstrate the use of exposing custom model to QML to be used with the QML TreeView component.

Example Usage in QML:

 TreeView {
        anchors.fill: parent
        TableViewColumn {
            role: "display" //this will show the folder/file name from the model
        }
        model: sandBoxModel
    }

alt tag

About

QML TreeView with custom folder list model in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published