Thread overview
QtE - D small binding for Qt.
Jan 25, 2014
MGW
Jun 11, 2014
MGW
Jun 12, 2014
Kiith-Sa
January 25, 2014
Hi All!  I tried to deal with QtD quick disconnects, but I failed. I had to develop its small and very simple library to work with Qt.
The working title of QtE. Works in Windows 32 and Linux 32. A very simple idea. Instances of classes get through QtE.dll (in C++) and methods directly with Qt.

https://github.com/MGWL/QtE-Qt_for_Dlang_and_Forth
June 11, 2014
Example of D (dmd 2.065 64) with Qt 64 Windows64/Linux64. Running programs *.EXE with key "--debug".
http://yadi.sk/d/qLE7Kgz9SpKEX
June 12, 2014
On Wednesday, 11 June 2014 at 10:20:39 UTC, MGW wrote:
> Example of D (dmd 2.065 64) with Qt 64 Windows64/Linux64. Running programs *.EXE with key "--debug".
> http://yadi.sk/d/qLE7Kgz9SpKEX

This looks pretty good. How much of Qt is usable through this? E.g. I assume nothing templated is usable?