[Qt-qml] PathView Performance issue
michael.brasser at nokia.com
michael.brasser at nokia.com
Fri Dec 10 05:28:34 CET 2010
Hi,
I would guess that the problem comes from instantiating new items as the path is flicked. If that is the case, the only real solution at this point is to simplify your delegate (see http://doc.qt.nokia.com/4.7-snapshot/qdeclarativeperformance.html#view-delegates). If the data model is relatively small, you also might be able to work around the issue by not using pathItemCount, and cleverly constructing your path (e.g. so the 'visible' path still only shows pathItemCount number of items, but they are still all instantiated).
Regards,
Michael
On 09/12/2010, at 6:18 PM, ext badrinath.chandi at nokia.com<mailto:badrinath.chandi at nokia.com> wrote:
Hi,
I am trying to display images using path view, I am finding the performance issues when I use the pathItemCount, any solutions to Fix this issue?
Thanks & Regards,
Badri
<ATT00001..txt>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20101210/f87c408d/attachment.html
More information about the Qt-qml
mailing list