Commodity GUI library is coming
Posted Nov 24, 2005 15:43 UTC (Thu) by
khim (subscriber, #9252)
In reply to:
Commodity GUI library is coming by macson_g
Parent article:
Imendio AB announces the GTK+ on Mac OS X port project (GnomeDesktop)
No, it is not. As of Qt-4, it is splitted into smaller libraries, which allows you event to write console apps, using XML and networking facilities, but without linking all that GUI stuff.
This makes zero difference: it still can not play well with other libraries. I can use expat or libxml with Gtk+ for XML parsing, imlib or libmagick for image processing and so on. With Qt - I can use some features or ignore them. That's all. No choice. It's Qt or nothing. The same is true for MFC and other C++ libraries - I do not know why but different C++ libraries usually dislike to work in tandem unless they share common ancestry. It's possible to do, yes, but quite painfull. That's why we have KDE on Qt side, yet GNOME, XFCE, etc on the Gtk+ side.
P.S. It's like Linux: it can use modules, true but it in no way makes it microkernel.
(
Log in to post comments)