mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-28 12:52:14 -08:00
update README
This commit is contained in:
parent
903f41fd88
commit
a4215f784b
1 changed files with 13 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue