Qt wrapper for D

renoX renosky at free.fr
Tue Feb 13 13:58:06 PST 2007


Ritesh Nadhani a écrit :
> Thanks Nicolai.
> 
> I will take a look into it. Also doing some Googling, I think this project is what we should look into:
> 
> http://wxd.sourceforge.net/
> 
> Its a wrapper on a C++ class which should suit Qt.

Maybe, the new Java Qt interface could also be an inspiration for the 
how the API could look like: Java has single inheritance with 
interfaces, so it's a bit similar to D in that respect.

Of course this doesn't help for the implementation.

renoX

> 
> Nicolai Waniek Wrote:
> 
>> Ritesh Nadhani wrote:
>>> Hello
>>>
>>> We recently started working on a generic configuration tool and we were planning to write it in D language. Now lot of our GUI bindings are written in Qt. We would like to have a Qt wrapper for D but doing a google didnt throw up anything.
>>>
>>> So we were wondering if writing a wrapper for Qt ourselves would be manageable? Is it very complex to write a wrapper for Qt for D?
>>>
>>> Any pointers on how to start writing wrappers for languages? We dont have any knowledge in this regard.
>>>
>>> Ritesh
>> I don't have any knowledge of Qt, but you may have a look at the
>> [1]DUIT/gtkD project at dsource.org. They built an OOP wrapper around
>> the gtk functions.
>>
>> Nicolai
>>
>>
>> [1] http://www.dsource.org/projects/dui
> 



More information about the Digitalmars-d mailing list