Qt Mobility has a publish-subscribe module which is basically like QSettings but with IPC in mind. It already has the ability to notify you of changes.
http://doc.qt.nokia.com/qtmobility/publ-subs.html On Mon, Jan 9, 2012 at 9:25 AM, [email protected] < [email protected]> wrote: > 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 > [email protected] > http://lists.qt-project.org/mailman/listinfo/interest > >
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
