QtQml Namespace
Provides functions for producing logging messages for QML types. More...
Header: | #include <QtQml> |
qmake: | QT += qml |
Functions
QQmlInfo | qmlDebug(const QObject *me) |
QQmlInfo | qmlDebug(const QObject *me, const QQmlError &error) |
QQmlInfo | qmlDebug(const QObject *me, const QList<QQmlError> &errors) |
QQmlInfo | qmlInfo(const QObject *me) |
QQmlInfo | qmlInfo(const QObject *me, const QQmlError &error) |
QQmlInfo | qmlInfo(const QObject *me, const QList<QQmlError> &errors) |
QQmlInfo | qmlWarning(const QObject *me) |
QQmlInfo | qmlWarning(const QObject *me, const QQmlError &error) |
QQmlInfo | qmlWarning(const QObject *me, const QList<QQmlError> &errors) |
Detailed Description
Provides functions for producing logging messages for QML types.