Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qstring.h>
#include <QtCore/qhashfunctions.h>
#include <QtQml/qtqmlglobal.h>
#include <QtCore/qmetaobject.h>
#include <QtQml/qqmlregistration.h>
Go to the source code of this file.
Classes | |
class | QQmlProperty |
The QQmlProperty class abstracts accessing properties on objects created from QML. More... | |
Typedefs | |
typedef QList< QQmlProperty > | QQmlProperties |
Functions | |
size_t | qHash (const QQmlProperty &key, size_t seed=0) |
Q_DECLARE_TYPEINFO (QQmlProperty, Q_RELOCATABLE_TYPE) | |
typedef QList<QQmlProperty> QQmlProperties |
Definition at line 106 of file qqmlproperty.h.
Q_DECLARE_TYPEINFO | ( | QQmlProperty | , |
Q_RELOCATABLE_TYPE | ) |
|
inline |
Definition at line 108 of file qqmlproperty.h.