Re: [Interest] about QSettings

2012-07-18 Thread Jason H
The registry can be locked down as part of domain policy. And later versions of XP has it secured by default. What service pack are you running? From: tang ke ta...@lemote.com To: Jason H scorp...@yahoo.com Cc: interest@qt-project.org interest@qt-project.org

[Interest] Wierd Behavior on Mac OSX with QToolBar icons

2012-07-18 Thread Eric Clark
Hello All, I am experiencing some very strange behavior when I load my application on Mac OSX for the first time. After the first time, everything seems to be fine because the GUI is serialized (most of the time, but not always), but on the first run (or if you delete your user settings file),

Re: [Interest] Wierd Behavior on Mac OSX with QToolBar icons

2012-07-18 Thread Eric Clark
Thank you Oliver! We tried playing with the -graphicssystem switch at the command line and after playing a little, we realized that it is actually coming from our serialization file. It looks as though the app loads fine when there is no user settings, but once the settings are read back in,

Re: [Interest] Problem understanding QAbstractProxyModel::mapFromSource and displaying summary data from a model

2012-07-18 Thread h
On Wed, 18 Jul 2012 15:53:54 Tony Rietwyk wrote: Sent: Wednesday, 18 July 2012 2:28 PM Hi, I am writing an app in which I am wanting to display my data in a number of different ways. (Currently QT4.8 on linux, but will also run it on windows, if this is relevant!)

Re: [Interest] about QSettings

2012-07-18 Thread tang ke
Service Pack 3 于 2012年07月19日 01:47, Jason H 写道: The registry can be locked down as part of domain policy. And later versions of XP has it secured by default. What service pack are you running? *From:* tang ke

Re: [Interest] about QSettings

2012-07-18 Thread Tony Rietwyk
*Sent:* Tuesday, July 17, 2012 9:22 PM hi, when i use the qt 4.7.4 with windows xp, i found that when i use the QSettings to write sub key of HKEY_LOCAL_MACHINE, it fails. but when i write the sub key of HKEY_CURRENT_USER, it success. i know that QSettings use the windows

Re: [Interest] about QSettings

2012-07-18 Thread Bob Hood
On 7/18/2012 8:16 PM, Tony Rietwyk wrote: *Sent:* Tuesday, July 17, 2012 9:22 PM hi, when i use the qt 4.7.4 with windows xp, i found that when i use the QSettings to write sub key of HKEY_LOCAL_MACHINE, it fails. but when i write the sub key of HKEY_CURRENT_USER, it success. i know that