initial import
Annotate for file src/hello-world.lisp
2009-04-02 tobias 1 (in-package :kde.examples)
22:16:06 ' 2
' 3 (defun hello-world ()
' 4 (kde:with-kde ("khelloworld" "Hello World" "0.1")
' 5 (let* ((window (make-instance 'kde:push-button :args '("Hello world"))))
' 6 (cxx:show window)
' 7 (qt:exec))))
' 8