mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-09 11:51:17 -08:00
fix function QPROPERTIES*; update docu; extend "gui/properties.lisp" for QML; fix QAPROPOS inverse sorting;
This commit is contained in:
parent
3282071ecc
commit
2c288a5f31
11 changed files with 73 additions and 27 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue