Well. The most I've used GTK in pike is to produce alertboxes =) That will probably change if I can find the time.
The problems that I've had with Qt are mostly their horrid preprocessors and macros not doing what I would expect (since they aren't really C++). I did some modifications to make corporate ICQ work with a newer Qt (it was som russian clone of it that I found).
One thing that I adore in Qt though is their documentation (and that's shockingly awfull in GTK-land if you compare).
My main reason for staying with GTK though is that I like a lot of Gnome-software (over similar KDE apps) and I just refuse to install evereything and then some on my box.
/ Peter Lundqvist (disjunkt)
Previous text:
2003-01-07 00:04: Subject: Re: Inconsistency.
How so? I find Qt a very consistent and nice API with a good designer tool (that is, designer for Qt3 at least). GTK in Pike is very nicely object oriented btw. Never really used it from C (where it's quite horrid) or C++.
/ David Hedbor