[Development] The place of QML

Girish Ramakrishnan girish at forwardbias.in
Mon Apr 23 18:10:27 CEST 2012


Hi Shawn,

On Mon, Apr 23, 2012 at 3:13 PM, Shawn Rutledge
<shawn.rutledge at nokia.com> wrote:
>
> But can non-constant bindings be evaluated without v8 being involved? e.g.
> width: parent.width - 20
>

Yes, no v8 involved. I believe it's done our own js evaluator "v4"
(src/qml/qml/v4). See Chris Adams excellent new documentation in
13af00d.

Girish



More information about the Development mailing list