Hi. Thanks for the reply.
later.
The proper answer to this is that you need to run this through a
profiler. You know, premature optimization...
If your code runs on Linux, you should take a look at KCacheGrinder.
Indeed, and this has been mentioned by someone else on the team... right
now,
Hi Paul
Den 14-03-2012 23:54, Paul England skrev:
> I've got an old legacy application that I started in Qt3 and have since
> ported to Qt4. It uses a subclassed QTableWidget. I'm using about 8
> columns. Data is added at various rates, but I would say by the end of
> the day, it could have severa
Hi
I've got an old legacy application that I started in Qt3 and have since
ported to Qt4. It uses a subclassed QTableWidget. I'm using about 8
columns. Data is added at various rates, but I would say by the end of
the day, it could have several thousand rows. To boot, I'm actually
kicking