It is easy to implement a file browser by using QFileSystemModel. But the listview UI is not pretty. So I want to implement a file browser using QML. the QML has model/view support. But how to display the filesystem tree in QML? Any clue would be appreciated.
|
feedback
|
|
| |||||||||
feedback
|
|
I think its kind of late, but still it might help some one. I recently created QML based filedialog for my project for Symbian using Qt Quick Components. Its implementation is here, | |||
|
feedback
|