fix function QPROPERTIES*; update docu; extend "gui/properties.lisp" for QML; fix QAPROPOS inverse sorting;

This commit is contained in:
polos 2017-02-14 00:22:37 +01:00
parent 3282071ecc
commit 2c288a5f31
11 changed files with 73 additions and 27 deletions

View file

@ -9,18 +9,18 @@
(use-package :qml)
;; utils
;; for example (5) in "qml/example.qml"
(defun sym (name package)
(find-symbol (symbol-name name) package))
;; for example (5) in "qml/example.qml"
(defun show-properties-dialog ()
(unless (find-package :properties)
(load (in-home "gui/properties")))
(funcall (sym :show :properties) qml:*caller*))
;; ini
(defun run ()
;; *quick-view* can be either a QQuickView or a QQuickWidget
(setf qml:*quick-view* (qnew "QQuickView"))