"quick": return specific class in function CHILDREN (not just QQuickItem)

This commit is contained in:
polos 2017-02-08 22:50:40 +01:00
parent 4d954e1aa4
commit fe648ad3ca
4 changed files with 8 additions and 4 deletions

View file

@ -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."