mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-25 03:11:44 -08:00
15 lines
286 B
Text
15 lines
286 B
Text
INFO
|
|
====
|
|
|
|
This shows the use of a QML ApplicationWindow and a TableView.
|
|
|
|
The data source part is very similar to the "item-model/abstract-model"
|
|
example.
|
|
|
|
Additionally, a QSortFilterProxyModel is used for both search and sorting.
|
|
|
|
|
|
RUN
|
|
===
|
|
|
|
Run "table-view.lisp" from this directory.
|