GUI library for D
Matthias Pleh
jens at konrad.net
Wed Apr 6 01:39:00 PDT 2011
Am 06.04.2011 09:00, schrieb Jacob Carlborg:
>
> I think gtkD is out of the question since it's not using native
> controls. Don't know about QtD, if I recall correctly it, at least,
> looks quite native. But I would guess it would too hard to find whole
> int that, specially on Mac OS X.
Qt (and so QtD) use some native controls for Dialogs, e.g.: FilePicker,
colorPicker, ... but most controls are drawn by the PaintEnginge. But Qt
make really good job in imitating the native Theme. (except OSX, which
is a little bit special)
More information about the Digitalmars-d
mailing list