[Qt-interest] QSettings issue
Yuvraj
yuvraj.ragupathi at indieontech.com
Mon Jun 7 06:14:24 CEST 2010
Hi ,
I am using QSettings to store user name and password and retrieving back.
QSettings settings;
settings.setValue("username", "India");
settings.setValue("password","xyz");
settings.Value("username");
settings.Value("password");
I am not getting username and password back.
*Note: Not a Admin user.*
Thanks
Yuvaraj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100607/b039c07a/attachment.html
More information about the Qt-interest-old
mailing list