PDA

View Full Version : Guidance for displaying "updating" data!



Humble
3rd July 2007, 14:25
I have an application which gathers data from another application continously.

So far I just made an QListView box where I add my dataname and update their values as soon as I get some new data from my other application, but I wonder if this is really the best soloution. So far it is working pretty well, but I have a rather limited number of variables that I am monitoring, and I guess that when I add up and get alot of entries in the listview it will be hard to keep a smooth update?

Any ideas about this? Is there any other ("better") way to do this?

Regards ....

wysota
3rd July 2007, 14:35
It should be fine the way it is.