port of EQL/Qt4 to Qt5

This commit is contained in:
polos 2016-11-25 23:30:38 +01:00
commit 0591f54ce8
339 changed files with 99935 additions and 0 deletions

View 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))