On 2011-04-06 10:39, Matthias Pleh wrote:
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)
As expected. I'm not sure but it seems that Mac OS X Lion has a new
style on the regular push buttons. Then Qt needs to start all over (almost).
--
/Jacob Carlborg