QML nested items
-
wrote on 16 May 2014, 09:07 last edited by
Hello all,
I am trying to implement a file browser using a listview. I want to add the available drives and the corresponding subfolders as nested items int to the listview. I want to do it dynamically, I can get the drives and the subfolders from Qt, save it in a QVariantMap and expose it to QML.I want know how to add the subitems dynamically into the listview.
Kindly help.Thanks,
NK
1/1