Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-24460

Change internal QML engine implementation so that it uses a new QDeclarativeExpression substitute

    XMLWordPrintable

Details

    Description

      Currently, QDeclarativeExpression is used internally in the engine wherever a JavaScript expression is required (eg, dynamic functions, signal handlers, binding expressions). QDeclarativeExpression is a QObject-derived class, which has significant overhead. This task is to research whether an internal substitute for QDeclarativeExpression could be used which is not QObject-derived. QDeclarativeExpression must remain as-is for 3rd party developers, so some form of bridge must also be implemented.

      Attachments

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

        Activity

          People

            chriadam Christopher Adams (closed Nokia identity) (Inactive)
            chriadam Christopher Adams (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 3 weeks
                3w
                Remaining:
                Remaining Estimate - 3 weeks
                3w
                Logged:
                Time Spent - Not Specified
                Not Specified

                Gerrit Reviews

                  There are no open Gerrit changes