Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-16478 QtScript API changes for Qt 5
  3. QTBUG-16501

Introduce property descriptor-based API

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Invalid
    • Not Evaluated
    • 5.0.0
    • Qt Script
    • None

    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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              kenthans Kent Hansen (Inactive)
              kenthans Kent Hansen (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes