mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 10:31:19 -08:00
"quick": return specific class in function CHILDREN (not just QQuickItem)
This commit is contained in:
parent
4d954e1aa4
commit
fe648ad3ca
4 changed files with 8 additions and 4 deletions
|
|
@ -102,7 +102,8 @@
|
|||
(root-item))))
|
||||
|
||||
(defun children (item/name)
|
||||
(|childItems| (quick-item item/name)))
|
||||
"Like QML function 'children'."
|
||||
(mapcar 'qt-object-? (|childItems| (quick-item item/name))))
|
||||
|
||||
(defun reload ()
|
||||
"Force reloading of QML file after changes made to it."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue