Hi, we are trying to implement some kind of real-time data monitor. The bundle of data arrives (in separate thread) about 10 times per second. It contains table of 10x5 cells. When we display it in TableView overall performance too slow. Application's CPU usage is about 80% for 10 of such tables. Analysis shows that there are about 1000 calls per sec from View to Model::data() for each Model. We need a fast way to show table of homogeneous data without such overhead. Does Qt provide solution for such requirements?
PS. Sorry for my English
Bookmarks