(defpackage :cl-smoke.qt.core (:use :cl :smoke :cffi :bordeaux-threads :cxx-support :alexandria) (:export #:define-qvector-translations #:with-application #:delete-app #:ensure-app #:kill-app)) (defpackage :cl-smoke.qt (:use) ;; do not use :cl to prevent collision with TIME and CHAR (:nicknames :qt) (:export #:app #:app-p #:exec #:*exec-p* #:with-app #:with-core-app #:with-painter #:single-shot #:do-delayed-initialize #:tr #:with-translator #:with-libqt-translator #:qmethod #:qsignal #:qslot #:property #:property-p #:remove-property #:properties #:class-properties #:class-direct-properties #:make-char #:from-char #:from-variant #:make-variant #:make-lisp-variant #:value #:variant-boundp #:search-file #:connect #:disconnect #:disconnect-all #:get-slot #:get-signal #:make-slot #:make-signal #:sender))