mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-01-05 16:51:24 -08:00
port of EQL/Qt4 to Qt5
This commit is contained in:
commit
0591f54ce8
339 changed files with 99935 additions and 0 deletions
10
examples/1-hello-world.lisp
Normal file
10
examples/1-hello-world.lisp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#-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|
|
||||
"text" "<h1>hello world</h1>"
|
||||
"pos" '(50 50))
|
||||
Loading…
Add table
Add a link
Reference in a new issue