EQL5/examples/M-modules/quick/table-view/README.txt
2017-03-25 15:07:52 +01:00

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.