nimqml/examples/charts
Filippo Cucchetto 496f9b238b Fixed #15 Missing QAbstractTableModel override for parent and index
The QAbstractItemModel index and parent method should be pure virtual.
In nim we enforce this by using a doAssert(false)
2018-03-03 16:47:41 +01:00
..
.gitignore Added chart example #14 2018-03-02 23:23:20 +01:00
charts.nimble Added chart example #14 2018-03-02 23:23:20 +01:00
main.nim Added chart example #14 2018-03-02 23:23:20 +01:00
main.nim.cfg Added chart example #14 2018-03-02 23:23:20 +01:00
main.qml Further improved the charts example 2018-03-03 10:31:27 +01:00
mylistmodel.nim Fixed #15 Missing QAbstractTableModel override for parent and index 2018-03-03 16:47:41 +01:00