EQL5/examples/M-modules/quick/table-view
2017-03-19 00:16:31 +01:00
..
lib add QML example "table-view"; some revisions; 2017-03-19 00:16:31 +01:00
qml add QML example "table-view"; some revisions; 2017-03-19 00:16:31 +01:00
qml-lisp.lisp add QML example "table-view"; some revisions; 2017-03-19 00:16:31 +01:00
README.txt add QML example "table-view"; some revisions; 2017-03-19 00:16:31 +01:00
source-model.lisp add QML example "table-view"; some revisions; 2017-03-19 00:16:31 +01:00
table-view.lisp add QML example "table-view"; some revisions; 2017-03-19 00:16:31 +01:00

INFO
====

This shows the use of a QML ApplicationWindow and a TableView.

The data source part is identical to the "item-model/abstract-model"
example.

Additionally, a QSortFilterProxyModel is used for both search
and sorting.