mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-25 03:11:44 -08:00
| .. | ||
| qml | ||
| properties.lisp | ||
| qml-lisp.lisp | ||
| README.txt | ||
| source-model.lisp | ||
| table-view.lisp | ||
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.