PDA

View Full Version : qml listview



Le_B
24th May 2011, 22:12
hi all,

i'm trying to use the QFileSystemModel in a qml listview and i miss the QAbstractItemView::setRootIndex(const QModelIndex & index) function on the qml listview to browse the filesystem
is there any way ?

Le_B
25th May 2011, 14:01
sorry to bother i finally found.
by using a VisualDataModel
there's a rootIndex property