revision of READMEs
This commit is contained in:
parent
fe315b4fc8
commit
e7cf3bf519
2 changed files with 11 additions and 1 deletions
|
|
@ -25,3 +25,7 @@ and use button [Select] to select an item.
|
|||
You can use QML-GET and QML-SET on a selected item:
|
||||
|
||||
(qml-set qsel:*q* "opacity" 2/3)
|
||||
|
||||
(qml-set qsel:*q* "scale" 2)
|
||||
|
||||
For global settings, pass '(root-item)' instead of 'qsel:*q*'.
|
||||
|
|
|
|||
|
|
@ -33,4 +33,10 @@ QML VERSION
|
|||
|
||||
Using QML + Lisp means reducing the complexity to a minimum!
|
||||
|
||||
Please see "examples/M-modules/quick/palindrome/".
|
||||
Please see:
|
||||
|
||||
"examples/M-modules/quick/palindrome-1" (static QML)
|
||||
"examples/M-modules/quick/palindrome-2" (dynamic QML)
|
||||
|
||||
In the examples above, even the QML code is Lisp generated, so it's
|
||||
basically as simple as you can get!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue