Commit Graph

5 Commits

Author SHA1 Message Date
Filippo Cucchetto 51fb1e6d5f Increased requirement to Nim v1.0.0 2019-09-29 22:29:26 +02:00
Filippo Cucchetto cd3afefd63 Updated the qml files in the examples 2018-11-27 21:57:35 +01:00
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
Filippo Cucchetto 570027c231 Further improved the charts example 2018-03-03 10:31:27 +01:00
Filippo Cucchetto d71c19f217 Added chart example #14 2018-03-02 23:23:20 +01:00