Interesting. Going forward, is it then benefical to stic to Qt3 then?
> On Fri, Dec 03, 2010 at 12:14:32AM +0000, Tiago Marques wrote:Qt4 seems to encourage sloppy (slow/memory intensive) coding for some
>> >From the little I know, Qt4 would actually be faster if the apps were
>> not
>> more heavyweight themselves.
> So one question comes to mind: why qt4 apps with the same or less
> end-user functional as qt3-apps consume much more resources then, again,
> qt3-ones in case of kde4?
reason. Also, Qt4 lacks many functions that Qt3 offered, leaving
programmers to try to re-implement them. I have found that many of these
re-implementations are less efficient than the original internal Qt3 code
was, partially due to unexposed internal Qt variables.
Just my $0.02.
Tim