mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 18:40:50 -08:00
add QML example "table-view"; some revisions;
This commit is contained in:
parent
b364b80abf
commit
0ad3c10f40
24 changed files with 599 additions and 20 deletions
|
|
@ -82,7 +82,11 @@
|
|||
|
||||
(defun root-item ()
|
||||
(when *quick-view*
|
||||
(qt-object-? (|rootObject| *quick-view*))))
|
||||
(if (= (qt-object-id *quick-view*) #.(qid "QQmlApplicationEngine"))
|
||||
(let ((object (first (|rootObjects| *quick-view*))))
|
||||
(setf (qt-object-id object) #.(qid "QObject")) ; unknown to EQL, so resort to QObject
|
||||
object)
|
||||
(qt-object-? (|rootObject| *quick-view*)))))
|
||||
|
||||
(defun root-context ()
|
||||
(when *quick-view*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue