EQL5/examples/M-modules/quick/table-view
2017-03-19 20:36:14 +01:00
..
lib add QML example "table-view"; some revisions; 2017-03-19 00:16:31 +01:00
qml QML example "table-view": simplify initial sort 2017-03-19 10:08:40 +01:00
properties.lisp fix QSELECT/QSEL to work with QQmlApplicationEngine created windows 2017-03-19 20:36:14 +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 fix QSELECT/QSEL to work with QQmlApplicationEngine created windows 2017-03-19 20:36:14 +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.