On Tuesday, May 21, 2013 03:33:01 Daniel Murphy wrote:
> I don't know much about Qt's source, but automatic conversion to D, like we
> are doing for the compiler, might be worth looking into. If it is written
> in modern-ish C++ (not too many preprocessor hacks), which from a quick look
> it appears to be, this might be a much more reasonable task than writing a
> new gui lib from scratch.

IIRC, they use macros quite a bit for various stuff (like signals and slots), 
and they have their own version of make to set up some stuff for you. So, my 
first guess is that conversion would be a bit of a beast. But it's been a while 
since I did much with Qt.

- Jonathan M Davis

Reply via email to