add function QPROPERTIES* for QQuickItems (for QML defined properties); some revisions;

This commit is contained in:
polos 2017-02-13 10:59:09 +01:00
parent 27289c1166
commit 733cc55033
13 changed files with 38 additions and 15 deletions

View file

@ -1,10 +1,7 @@
#-qt-wrapper-functions ; see README-OPTIONAL.txt
(load (in-home "src/lisp/all-wrappers"))
;;; hello world
(in-package :eql-user)
(qnew* "QLabel" ; QNEW* is QNEW followed by |show|
(qnew* "QLabel" ; 'qnew*' is 'qnew' followed by 'show'
"text" "<h1>hello world</h1>"
"pos" '(50 50))