small revision of docu

This commit is contained in:
polos 2020-07-30 23:16:10 +02:00
parent 6117a95bac
commit 18c5bfc00e
2 changed files with 2 additions and 2 deletions

View file

@ -356,7 +356,7 @@ Convenience function: a simple message box, converting <code>x</code> to a strin
<br><br>
<b>QML ()</b>
<br><br>
Generates global variables for all QML items with <code>objectName</code> set. Requires the QML app to be running. Will show an error message if <code>objectName</code> is not unique.
Generates global variables for all QML items with <code>objectName</code> set, see <code>lisp/ui-vars.lisp</code>. Requires the QML app to be running. Will show an error message if <code>objectName</code> is not unique.
<br>
<br><br>
<b>QNEW-INSTANCE (class-name &rest arguments/properties)</b>

View file

@ -635,7 +635,7 @@
(defun qml ()
"args: ()
Generates global variables for all QML items with <code>objectName</code> set. Requires the QML app to be running. Will show an error message if <code>objectName</code> is not unique."
Generates global variables for all QML items with <code>objectName</code> set, see <code>lisp/ui-vars.lisp</code>. Requires the QML app to be running. Will show an error message if <code>objectName</code> is not unique."
(load (in-home "lib/qml-ui-vars")))
(defun qrequire (module &optional quiet)