hi
my app has a tableview to display the info, 1 info per row
here is the problem:
when my app received about 2600 info per min,the tableview didt work fine,the app would have no respond in 10 min,and in debugger,i found the app breaked at QWidget.show():
#ifndef Q_WS_WINCE
inline void show() { setVisible(true); }
is there a way to resolve this problem?

thanks
wucheng