Hello guys!

I am also having a problem with QTreeWidget.

In my application, I sniff packages from a server and print them in the QTreeWidget as I receive them.

The problem is that after the QTreeWidget has many items, the insertion of new items becomes too slow and the cpu stays at 100%.

Is there any other kind of widget I can use instead of QTreeWidget to do this? I have to manage lots of items in the view.

Thanks