June 22, 2013
http://stackoverflow.com/questions/17235375/how-to-create-bindings-qml-to-d

Andrei
June 22, 2013
I haven't actually used Qt for a while and never used qml but I'll betcha this binding is going to be a pretty difficult task. Simply using it might not be bad, can probably just use a few extern(C) functions to take strings, but expanding it surely will involve talking to complex C++ objects, like the rest of Qt, and QtD never quite managed to work right.