Details
-
Epic
-
Resolution: Unresolved
-
P2: Important
-
None
Description
QtScript is deprecated and we have a wonderful new JS engine of our own. Ideally, it should provide a superset of QtScript JS functionality in addition to excellent (but optional) QML integration.
Example use-cases:
-Everything QtScript did
-Create light-weight wrappers for non-QObject C++ classes to use them in QML/JS
-Create dynamic objects in QML/JS which can generate properties or prototypes on demand.
Attachments
Issue Links
- depends on
-
QTBUG-29769 As a developer, I want to expose non-QObject data structures to QJSEngine
- Closed
-
QTBUG-49080 QJSEngine has no abort function
- Closed
- relates to
-
QTBUG-55905 Standalone or embeddable Javascript debugger for QJSEngine
- Open
-
QTBUG-103467 Make it easier to port an application that uses Qt Script to Qt 6
- Reported