mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-15 14:50:58 -08:00
add function QPROPERTIES* for QQuickItems (for QML defined properties); some revisions;
This commit is contained in:
parent
27289c1166
commit
733cc55033
13 changed files with 38 additions and 15 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue