File System Access and Http File Download in QML
I need to download a file from internet and save it in client’s machine.Is there any way to do this in QML?.
I couldn’t find any example for that in the official documentation.
I don’t want to go for C++ way.
Thanks in Advance.
6 replies
I think this is the place where i should look into
http://doc.qt.nokia.com/4.7-snapshot/qml-extending.html [doc.qt.nokia.com]
Well, it was done in the getting started example: http://doc.qt.nokia.com/4.7/gettingstartedqml.html
This [blogs.kde.org] example uses PySide to expose a standard directory model to the QML. Not sure if similar is possible in C++
Best of all perhaps: http://doc.qt.nokia.com/4.7/src-imports-folderlistmodel.html
You must log in to post a reply. Not a member yet? Register here!

