DQt: Qt bindings using extern(C++)

Tim tim.dlang at t-online.de
Sun Dec 5 12:54:21 UTC 2021


DQt contains new experimental bindings for using a subset of Qt 
with D.
Qt is a library for writing cross-platform graphical user 
interfaces.
Currently bindings exist for the Qt modules core, gui and 
widgets. The
bindings use extern(C++) and don't need any wrapper in C++. They 
are
based on Qt 5.15.2 and tested on Linux and Windows, but need a dmd
compiled from master for Windows.

For more details see the README.md in the repository:
https://github.com/tim-dlang/dqt

It is also available with dub:
https://code.dlang.org/packages/dqt



More information about the Digitalmars-d-announce mailing list