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
2015-09-20 14:13:18 +02:00
2017-07-06 22:30:52 +02:00
2015-09-20 14:13:18 +02:00
2018-02-26 21:19:32 +01:00

NimQML

QML binding for the Nim programming language

Requirements

Build instructions

  • Compile and Install DOtherside in your system PATH (i.e. /usr/lib)
  • nimble install nimqml

Examples

The examples can be built by executing the following command

nimble build

Documentation

The project documentation can be read here

Description
Qt Qml bindings for the Nim programming language
Readme
Languages
Nim 100%