![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlobjectcreator_p.h>
Public Attributes | |
QString | propertyName |
QUrl | fileUrl |
QV4::CompiledData::Location | location |
QVector< AliasToRequiredInfo > | aliasesToRequired |
This struct contains information solely used for displaying error messages \variable aliasesToRequired allows us to give the user a way to know which (aliasing) properties can be set to set the required property
Definition at line 48 of file qqmlobjectcreator_p.h.
QVector<AliasToRequiredInfo> RequiredPropertyInfo::aliasesToRequired |
Definition at line 53 of file qqmlobjectcreator_p.h.
Referenced by QQmlComponentPrivate::unsetRequiredPropertyToQQmlError().
QUrl RequiredPropertyInfo::fileUrl |
Definition at line 51 of file qqmlobjectcreator_p.h.
Referenced by QQmlComponentPrivate::unsetRequiredPropertyToQQmlError().
QV4::CompiledData::Location RequiredPropertyInfo::location |
Definition at line 52 of file qqmlobjectcreator_p.h.
Referenced by QQmlComponentPrivate::unsetRequiredPropertyToQQmlError().
QString RequiredPropertyInfo::propertyName |
Definition at line 50 of file qqmlobjectcreator_p.h.
Referenced by QQmlComponentPrivate::unsetRequiredPropertyToQQmlError().