[Qt-interest] QSettings issue
M. Bashir Al-Noimi
mbnoimi at gmx.com
Mon Jun 7 14:27:59 CEST 2010
This email contained a .zip file attachment. Raytheon does not allow email attachments that are considered likely to contain malicious code. For your protection this attachment has been removed.
If this email is from an unknown source, please simply delete this email.
If this email was expected, and it is from a known sender, you may follow the below suggested instructions to obtain these types of attachments.
+ Instruct the sender to enclose the file(s) in a ".zip" compressed file, and rename the ".zip" compressed file with a different extension, such as, ".rtnzip". Password protecting the renamed ".zip" compressed file adds an additional layer of protection. When you receive the file, please rename it with the extension ".zip".
Additional instructions and options on how to receive these attachments can be found at:
http://security.it.ray.com/antivirus/extensions.html
http://security.it.ray.com/news/2007/zipfiles.html
Should you have any questions or difficulty with these instructions, please contact the Help Desk at 877.844.4712
---
Hi,
You have to provide file name, try to use:
QSettings settings("configs.ini", QSettings::IniFormat);
In the attachment you'll find a snippet I made it during learning how to
use QSettings.
On 07/06/2010 06:14 ص, Yuvraj wrote:
> 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
>
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
--
Best Regards
Muhammad Bashir Al-Noimi
My Blog: http://mbnoimi.net
More information about the Qt-interest-old
mailing list