mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
add cpp-lib example; some fixes
This commit is contained in:
parent
7a4bff3c20
commit
eb54b6fd41
12 changed files with 144 additions and 11 deletions
|
|
@ -179,7 +179,8 @@
|
|||
"args: (method-name item/name &rest arguments
|
||||
Fast and convenient way to call JS functions defined in QML. You may pass
|
||||
up to 10 arguments of the following types:
|
||||
T, NIL, INTEGER, FLOAT, STRING, and (nested) lists of mentioned arguments.
|
||||
T, NIL, INTEGER, FLOAT, STRING, VECTOR of octets, and (nested) lists of
|
||||
mentioned arguments.
|
||||
N.B: Does not work with JS default arguments."
|
||||
`(qrun* (qfun (quick-item ,item/name)
|
||||
,(if (symbolp method-name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue