[Interest] QSettings watching for updates.

Jason H scorp1us at yahoo.com
Mon Jan 9 18:28:46 CET 2012


You should just have an object that manages your settings then. When it writes something, just emit your signal.
It would have a QSettings member, or derive from QSettings.




________________________________
 From: "pritam.ghanghas at gmail.com" <pritam.ghanghas at gmail.com>
To: interest at qt-project.org 
Sent: Monday, January 9, 2012 12:25 PM
Subject: [Interest] QSettings watching for updates.
 

Hi

I am using QSettings for persistent settings in my application. These settings may be modified by some other processes at runtime.
I need some notification when this happens. I looked at QSettings API, couldn't find any such notification mechanism. 

Is there any mechanism for this. I was trying to avoid QFileSystemWatcher.


-- 
pritam

_______________________________________________
Interest mailing list
Interest at qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120109/73be2798/attachment.html>


More information about the Interest mailing list