Re: [Interest] QML Listview delegate in C++

2015-06-06 Thread Sean Harmer
On Friday 05 June 2015 23:04:43 Simone wrote: > Dear All, > I'm facing a problem in my QML application. The target is an Arrm processor > (freescale iMX53) with not so much capabilities. My problem is that I have > a quite complex listview delegate item, and I observe a cpu usage very high > when s

Re: [Interest] QML Listview delegate in C++

2015-06-05 Thread Bo Thorsen
Den 05-06-2015 kl. 23:04 skrev Simone: > I'm facing a problem in my QML application. The target is an Arrm processor Ah, the pirate processor :) > (freescale iMX53) with not so much capabilities. > My problem is that I have a quite complex listview delegate item, and I > observe a cpu usage very

Re: [Interest] QML Listview delegate in C++

2015-06-05 Thread Shantanu Tushar
Hi Simone, It will help if you can describe your delegates, as in what Items are there in your delegate? It will be even better if you can paste the code here (at least the Item hierarchy in the delegate). Using that people can suggest optimizations. Cheers, On Sat, Jun 6, 2015 at 2:34 AM, Simon

[Interest] QML Listview delegate in C++

2015-06-05 Thread Simone
Dear All, I'm facing a problem in my QML application. The target is an Arrm processor (freescale iMX53) with not so much capabilities. My problem is that I have a quite complex listview delegate item, and I observe a cpu usage very high when scrolling my list with lot of items, penalyzing the sm