Description
This API will provide more complete introspection of properties than propertyFlags() and friends do in Qt 4.
See section 8.10 of the ECMAScript 5 specification.
The rough idea:
QScriptPropertyDescriptor QScriptValue::propertyDescriptor(const QString &name) const;
QScriptValue::setProperty(QScriptPropertyDescriptor);
Attachments
Issue Links
- relates to
-
QTBUG-16480 Get rid of QScriptValue::propertyFlags() and friends
-
- Closed
-