dqml

所属分类:collect
开发工具:D
文件大小:0KB
下载次数:0
上传日期:2022-10-12 09:24:40
上 传 者sh-1993
说明:  D编程语言的Qt Qml绑定,
(Qt Qml bindings for the D programming language,)

文件列表:
.travis.yml (1792, 2022-10-12)
LICENSE (7633, 2022-10-12)
WindowsUsage.md (1992, 2022-10-12)
dub.json (634, 2022-10-12)
examples/ (0, 2022-10-12)
examples/abstractitemmodel/ (0, 2022-10-12)
examples/abstractitemmodel/dub.json (323, 2022-10-12)
examples/abstractitemmodel/source/ (0, 2022-10-12)
examples/abstractitemmodel/source/app.d (531, 2022-10-12)
examples/abstractitemmodel/source/app.qml (448, 2022-10-12)
examples/abstractitemmodel/source/model.d (988, 2022-10-12)
examples/contactapp/ (0, 2022-10-12)
examples/contactapp/dub.json (316, 2022-10-12)
examples/contactapp/source/ (0, 2022-10-12)
examples/contactapp/source/app.d (543, 2022-10-12)
examples/contactapp/source/app.qml (1992, 2022-10-12)
examples/contactapp/source/applicationlogic.d (735, 2022-10-12)
examples/contactapp/source/contact.d (1152, 2022-10-12)
examples/contactapp/source/contactlist.d (1961, 2022-10-12)
examples/helloworld/ (0, 2022-10-12)
examples/helloworld/dub.json (315, 2022-10-12)
examples/helloworld/source/ (0, 2022-10-12)
examples/helloworld/source/app.d (333, 2022-10-12)
examples/helloworld/source/app.qml (221, 2022-10-12)
examples/qmlregistertype/ (0, 2022-10-12)
examples/qmlregistertype/dub.json (320, 2022-10-12)
examples/qmlregistertype/source/ (0, 2022-10-12)
examples/qmlregistertype/source/app.d (444, 2022-10-12)
examples/qmlregistertype/source/app.qml (869, 2022-10-12)
examples/qmlregistertype/source/contact.d (1164, 2022-10-12)
examples/receivesignals/ (0, 2022-10-12)
examples/receivesignals/dub.sdl (236, 2022-10-12)
examples/receivesignals/source/ (0, 2022-10-12)
... ...

# DQML [![Build Status](https://travis-ci.org/filcuc/dqml.svg?branch=master)](https://travis-ci.org/filcuc/DQml) QML binding for the D programming language # Supported features * Creation of custom QObjects * Creation of custom QAbstractItemModels * Creation of QML instantiable QObjects * Creation of QML instantiable Singleton # Requirements * Install the [DOtherSide](https://github.com/filcuc/DOtherSide) library 0.6.3 or higher * Install [dmd](http://dlang.org/download.html#dmd) 2.071 or higher ## Build instructions ### Linux * Compile and Install DOtherside in your system PATH (i.e. /usr/lib) * dub fetch dqml ### Windows Due to the shitty linker used by DMD (optlink) on windows. Using this bindings it's a little bit more complicated on this platform. Basically the hard part consists in generating a valid .lib for the DOtherSide.dll. I wrote a step by step tutorial, that you can read [here](https://github.com/filcuc/dqml/blob/master/WindowsUsage.md);

近期下载者

相关文件


收藏者