EQL5/examples/M-modules/quick/table-view
2017-10-10 10:59:03 +02:00
..
qml QML example "table-view": simplify initial sort 2017-03-19 10:08:40 +01:00
properties.lisp unix: add "make install" option for exe, lib, modules (refactor file locations) 2017-04-28 12:05:59 +02:00
qml-lisp.lisp fix 'qml-set' to work with enum values 2017-10-10 10:59:03 +02:00
README.txt small revisions 2017-03-25 15:07:52 +01:00
source-model.lisp small revisions 2017-03-25 15:07:52 +01:00
table-view.lisp build wrapper functions by default (no more optionally) 2017-09-14 13:17:44 +02:00

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.