[LAD] GTK+ vs QT for new Open Source Project.

Chris Cannam cannam at all-day-breakfast.com
Fri Aug 14 16:14:34 UTC 2009


On Thu, Aug 13, 2009 at 8:29 PM, David Robillard<dave at drobilla.net> wrote:
> Gtkmm is quite nice for the more C++ minded.  Much nicer standard C++
> style than the cracked out preprocessed pseudo-C++ insanity that is Qt,
> at any rate.

As Pedro says, Qt just contains a code generator; you still end up
with C++.  I don't think the differences between Qt and libsigc++
signal/slot mechanisms are all that much to be worried about --
libsigc++ gets you "purer" C++ but Qt involves less typing,
particularly of those pesky angle brackets.  They both work.  Good
material for endless pub arguments, but not worth getting in a froth
about when you're actually coding.

(I generally use Qt, and I would say that Qt4 is a very fine library
in general. Not much wrong with GTKmm either though.)


Chris



More information about the Linux-audio-dev mailing list