update README

This commit is contained in:
polos 2017-03-02 11:43:06 +01:00
parent 903f41fd88
commit a4215f784b

View file

@ -26,3 +26,16 @@ See:
"qml/items/player.qml"
"qml/items/box.qml"
TIP
===
See also function QML-SET-ALL, which is convenient for dynamically created
QML items, since many of them may have the same 'objectName'.
Examples:
(qml-set-all "wall" "opacity" 1/2)
(qml-set-all "object" "scale" 2/3)