Loading from properties file
-
wrote on 31 Jan 2011, 11:44 last edited by
Hi all,
I would like to read properties from a file in windows mobile 6.5. In java there is Properties class to do this. Is there any similar in Qt?
Thanks,
Xerxi -
wrote on 31 Jan 2011, 12:21 last edited by
Maybe "QFileInfo":http://doc.trolltech.com/4.7/qfileinfo.html?
-
wrote on 31 Jan 2011, 17:54 last edited by
I do not know Java terribly well, but maybe "QSettings":http://doc.qt.nokia.com/4.7-snapshot/qsettings.html is what you are looking for.
-
wrote on 1 Feb 2011, 11:46 last edited by
It's not the same but is useful. Thanks
1/4