<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[QML GridView scrolling is janky]]></title><description><![CDATA[<p dir="auto">I have a GridView (QML) with 3 colums to show square thumbnail images on a mobile phone (Android). The scrolling is not smooth. It is janky.<br />
I have already set the image <code>sourceSize</code> to the size of the grid cells to avoid a large amount of image data in memory.<br />
Also image loading is asynchronous (via HTTP).</p>
<p dir="auto">Even when I replace the images by rectangles, the scrolling is still a bit janky, but less so.</p>
<p dir="auto">I have added logging to a <code>QGuiApplication::notify</code> (in a subsclass) to see how much event handling takes. I notice that <code>QEvent::updateRequest</code> sent to my <code>ApplicationWindow</code> often takes more than 16ms to process. That seems too much to get smooth frame rendering.</p>
<p dir="auto">Any idea, how to speed this up?</p>
]]></description><link>https://forum.qt.io/topic/164441/qml-gridview-scrolling-is-janky</link><generator>RSS for Node</generator><lastBuildDate>Wed, 06 May 2026 20:09:33 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164441.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 16 Mar 2026 20:17:15 GMT</pubDate><ttl>60</ttl></channel></rss>