<?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[How can I save a ListModel in Qt Quick ?]]></title><description><![CDATA[<p dir="auto">Hi<br />
I'm new with Qt Creator and I just started a simple qt quick project to learn about it. My question is : Can I save a ListModel and then load it  each time I execute my application ?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.qt.io/topic/43458/how-can-i-save-a-listmodel-in-qt-quick</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 12:23:50 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/43458.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 08 Jul 2014 15:30:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How can I save a ListModel in Qt Quick ? on Tue, 08 Jul 2014 15:35:07 GMT]]></title><description><![CDATA[<p dir="auto">Welcome to forum. You need to extend QAbstractitemModel in C++ and expose it QML. Extended class need to have save method to save contents to file or any local storage. When you are start QML app, read from the data from storage and build your model and expose it. Look at examples given in your installation under examples directory (\examples\quick\models)</p>
]]></description><link>https://forum.qt.io/post/235013</link><guid isPermaLink="true">https://forum.qt.io/post/235013</guid><dc:creator><![CDATA[dheerendra]]></dc:creator><pubDate>Tue, 08 Jul 2014 15:35:07 GMT</pubDate></item></channel></rss>