1 Attachment(s)
Re: Performance issue (Sample Included)
Hi All...
I´ve build an simple sample to show my problem. It´s not very nice but it show my problem. Has anyone an idea what could be wrong.
Thanks in advance . Stefan
See the attachment for the example.
Re: Performance issue (Sample Included)
Have you tried using a QTreeModel rather than QTreeWidgets? Seperating the data and views could give you a performance increase.
Re: Performance issue (Sample Included)
Sorry for answering so lately - but yes - I´ve also tried this. Unfortunately this didn´t helped. :(
Can someone please take a look at the example - I need a further opinion!
Re: Performance issue (Sample Included)
After creating subclasses of QTreeWidget/QTreeWidgetItem and implementing my own setSelected function I got an enourmous speed up - but nevertheless it would have been interesting to know why the org. implementation is so "slow".