QmlHelper Class

Provides a set of helper functions to setup your QML viewer. More...

Header: #include <QmlHelper>
Inherits: QObject

Public Functions

QmlHelper(QObject *parent = 0)

Static Public Members

void loadDummyData(QQmlEngine *engine, const QString &workspace)

Detailed Description

Member Function Documentation

QmlHelper::QmlHelper(QObject *parent = 0)

Standard constructor using parent as parent.

[static] void QmlHelper::loadDummyData(QQmlEngine *engine, const QString &workspace)

Loads dummy data from a "dummydata" folder in the workspace folder. engine defines the Engine where you want to export the dummy data to. The "dummydata" will be searched in the "dummydata" subdirectory of workspace.

© 2019 Luxoft Sweden AB. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.