Re: [Interest] Regarding QtreeWidget

2016-03-04 Thread Tony Rietwyk
Hi Roshni, It depends on the number of columns, and whether the data is static or dynamic. Even then 500 nodes doesn't sound much, so I would just use QTreeWidget for now. Hope that helps, Tony From: Interest [mailto:interest-bounces+tony=rightsoft.com...@qt-project.org]

Re: [Interest] Regarding QtreeWidget

2016-03-04 Thread william.croc...@analog.com
On 03/04/2016 11:24 AM, André Somers wrote: Op 04/03/2016 om 13:20 schreef william.croc...@analog.com: On 03/04/2016 03:06 AM, Roshni Lalwani wrote: I have application in which I am planning to use a QtreeWidget . The maxinum number of elements in the treeWidget can go uptp 500 . COuld you

Re: [Interest] Regarding QtreeWidget

2016-03-04 Thread André Somers
Op 04/03/2016 om 13:20 schreef william.croc...@analog.com: On 03/04/2016 03:06 AM, Roshni Lalwani wrote: I have application in which I am planning to use a QtreeWidget . The maxinum number of elements in the treeWidget can go uptp 500 . COuld you let me how will be performance of using

Re: [Interest] Regarding QtreeWidget

2016-03-04 Thread william.croc...@analog.com
On 03/04/2016 03:06 AM, Roshni Lalwani wrote: I have application in which I am planning to use a QtreeWidget . The maxinum number of elements in the treeWidget can go uptp 500 . COuld you let me how will be performance of using QtreeWidget for 500 elements . Will it lead to some performance