WARNING: USE THIS SOFTWARE AT YOUR OWN RISK! THIS IS EXPERIMENTAL SOFTWARE NOT INTENDED FOR PRODUCTION USE! Zuble is currently an early stage prototype. As such Zuble is minimally tested and inherently unstable. It is provided for experimental, development, and demonstration purposes only. Zuble QML Types   |  Zuble C++ Classes   |  Zuble Overview
Zuble  0.1
Zuble Framework C++/QML extension API
Classes | Namespaces | Typedefs
ZSettings.h File Reference
#include <QObject>
#include <QSettings>
#include <QFileSystemWatcher>
#include "zblcore_global.h"
#include "zglobal.h"
Include dependency graph for ZSettings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Zbl::ZSettings
 Wraps the QSettings class and implements a JSON-based backend for storing the settings data. More...
 
class  Zbl::ZSettings::SettingsBundle
 This inner class allows ZSettings to store settings bundles. More...
 

Namespaces

 Zbl
 

Typedefs

typedef QScopedPointer< ZSettings > Zbl::ZScopedSettings