QctSettingsSingleton Class Reference

#include <settings_p.h>

List of all members.


Detailed Description

The basic instance which checks for updates in the storage and signals them. It does so by watching the file used by the central QSettings instance to store the data and by keeping a working copy of the current settings used in the process. On a change of the file all settings are compared between file and working copy, and those which have changed are emitted in a signal with the new values. To know about changes to all settings, the default values must be known in advance. Therefore they need to be registered. In the current implementation this is done in each constructor of the wrapper settings class QctSettings and its subclasses.


The documentation for this class was generated from the following file:
 All Classes Functions