<?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[Qt QML ListView first 3 elements are different then repeated elemnts]]></title><description><![CDATA[<p dir="auto">Hello Guys,</p>
<p dir="auto">Tried to make Qt ListView with 3 different elements in beginning then repeated elements, what is the issue with QML below?</p>
<pre><code>ListView
{
    width: 750
    height: 1334

    Banner{}
    Bio{}
    EventsNumber{}

    model: 9 

    delegate: EventCard{}

}
</code></pre>
]]></description><link>https://forum.qt.io/topic/59440/qt-qml-listview-first-3-elements-are-different-then-repeated-elemnts</link><generator>RSS for Node</generator><lastBuildDate>Sun, 06 Sep 2026 05:42:01 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/59440.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Oct 2015 22:12:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt QML ListView first 3 elements are different then repeated elemnts on Fri, 09 Oct 2015 12:41:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johngod">@<bdi>johngod</bdi></a> Thanks for your response, using them out site ListView will not make them move with the list,I have read Qt QML ListView Documentation and i got the answer by adding the 3 different elements in header.</p>
]]></description><link>https://forum.qt.io/post/293106</link><guid isPermaLink="true">https://forum.qt.io/post/293106</guid><dc:creator><![CDATA[Bahrouh]]></dc:creator><pubDate>Fri, 09 Oct 2015 12:41:52 GMT</pubDate></item><item><title><![CDATA[Reply to Qt QML ListView first 3 elements are different then repeated elemnts on Mon, 05 Oct 2015 22:21:35 GMT]]></title><description><![CDATA[<p dir="auto">That approach seems wrong, all the element should come from the model. If you need 3 initial elements that somehow dont fit in your model/delegate, consider using them outside the ListView</p>
]]></description><link>https://forum.qt.io/post/292531</link><guid isPermaLink="true">https://forum.qt.io/post/292531</guid><dc:creator><![CDATA[johngod]]></dc:creator><pubDate>Mon, 05 Oct 2015 22:21:35 GMT</pubDate></item></channel></rss>