"quick": get rid of JS glue code (now done in Qt/C++, better and safer); only drawback is "Lisp.call()" max. argument limit (currently 16, but could be extended);

This commit is contained in:
polos 2017-02-07 10:31:11 +01:00
parent 763040a437
commit 5403e5db46
22 changed files with 494 additions and 104 deletions

View file

@ -1,7 +1,5 @@
import QtQuick 2.0
import EQL5 1.0
import "qrc:eql5.js" as Lisp
Item {
id: root