mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-23 02:20:42 -08:00
"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:
parent
763040a437
commit
5403e5db46
22 changed files with 494 additions and 104 deletions
|
|
@ -1,7 +1,5 @@
|
|||
import QtQuick 2.0
|
||||
|
||||
import EQL5 1.0
|
||||
import "qrc:eql5.js" as Lisp
|
||||
|
||||
Item {
|
||||
id: root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue