Skip to content

Instantly share code, notes, and snippets.

@ralt
Created February 24, 2015 21:15
Show Gist options
  • Save ralt/a1184b4f232cfc0c2df3 to your computer and use it in GitHub Desktop.
Save ralt/a1184b4f232cfc0c2df3 to your computer and use it in GitHub Desktop.
(define-widget aeon (QWidget)
())
(define-subwidget (aeon layout) (q+:make-qvboxlayout aeon)
(setf (q+:window-title aeon) "Aeon")))
(defun main ()
(with-main-window (window (make-instance 'aeon))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment