Hi All,

I want to create a table (23 rows, 6 colums) which should update some values and it should be dynamic for rows.
I want the best approach to do this, which should consume less CPU load, the items are just to display values, sholud not be editable etc, table is used to just display values and keep updating every second.

I Used QTableWidget for creating table but it seems taking a lot of CPU load nearly 90%

Can you help me in creating table with best approach?

Thanks & Regards,
Arun