mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-09 20:01:10 -08:00
port of EQL/Qt4 to Qt5
This commit is contained in:
commit
0591f54ce8
339 changed files with 99935 additions and 0 deletions
8
examples/0-Tutorial/0.lisp
Normal file
8
examples/0-Tutorial/0.lisp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
;; Lisp versus C++ (note reversed order)
|
||||
|
||||
(|currentTime.QTime|) ; QTime::currentTime()
|
||||
|
||||
(|toString| (|currentTime.QTime|)) ; QTime::currentTime().toString()
|
||||
|
||||
(|toString| (|addSecs| (|currentTime.QTime|) 1000)) ; QTime::currentTime().addSecs(1000).toString()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue