aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickfolderlistmodel/data/qrc.qml
blob: 30bc290dc9d1d6d9343f7c093c08c7852c101446 (plain)
1
2
3
4
5
6
7
import Qt.labs.folderlistmodel 2.1

FolderListModel {
     nameFilters: [ "*.txt" ]
     folder: "qrc:/myprefix/subdir/txtdir"
}