Saving option in game
-
wrote on 12 Jul 2011, 05:57 last edited by
We have a saving option in our game to be loaded by the user afterwards.. we were thinking of using SQlite for this... is it possible without using C++?
-
wrote on 12 Jul 2011, 06:00 last edited by
-
wrote on 12 Jul 2011, 06:24 last edited by
"You can use Qsettings.....here":http://doc.qt.nokia.com/stable/qsettings.html
-
wrote on 12 Jul 2011, 07:40 last edited by
Agree with Tobby, QSetting should meet your request:
More exmples located at : "C:\QtSDK\Examples\4.7\tools\settingseditor"
-
wrote on 12 Jul 2011, 07:51 last edited by
Did you miss this part in the question:
[quote]is it possible without using C++?[/quote]Using QSettings requires using C++. If you want to stick to QML only, you can only use the Offline Storage API.
1/5