dotherside 0.9.0
C language library for creating bindings for the Qt QML language
DOtherSide is a C language library for creating bindings for the QT QML language. The following features are implementable from a binding language:
Creating custom QObject
Creating custom QAbstractListModels
Creating custom properties, signals and slots
Creating from QML QObject defined in the binded language
Creating from Singleton QML QObject defined in the binded language
- Website: https://filcuc.github.io/DOtherSide/index.html
- Licenses: LGPL 3
- Package source: gnu/packages/qt.scm
- Builds: See build status
- Issues: See known issues
Installation
Install dotherside 0.9.0
as follows:
guix install dotherside@0.9.0
Or install the latest version:
guix install dotherside
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.