mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
fix 'reload'
This commit is contained in:
parent
261c214af0
commit
cb968f2d92
4 changed files with 8 additions and 4 deletions
|
|
@ -105,6 +105,10 @@
|
|||
"Like QML function 'children'."
|
||||
(qrun* (qchild-items (quick-item item/name))))
|
||||
|
||||
(defun reload ()
|
||||
"Reloads all QML files, clearing the cache."
|
||||
(qrun* (%reload)))
|
||||
|
||||
;;; get/set QML properties, call QML methods (through JS)
|
||||
|
||||
(defun qml-get (item/name property-name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue