As the error message says, "source" is a read-only property of the FileIO object. Fix the declaration of your FileIO class to allow writing the source property and you will be able to write to it. This has nothing to do with writing to the file itself (which you cannot do).
Here is a full example:
http://developer.nokia.com/community...g_files_in_QML




Reply With Quote

Bookmarks