#include <QObject>
#include "fileio.h"
Go to the source code of this file.
|
class | Config |
| The Config class provides easy access to values read out of our config.json provided by ConfigView.qml. The config class is implemented as singleton, because these values are used in many various situations. This class works together ConfigView.qml. More...
|
|
QObject* configSingletontypeProvider |
( |
QQmlEngine * |
engine, |
|
|
QJSEngine * |
scriptEngine |
|
) |
| |
Callback function used to get the current instance of Config within QML.
- Parameters
-
engine | Unused parameter required by callback. |
scriptEngine | Unused parameter required by callback. |
- Returns
- Our instance of Config