<?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[Phonebook Contact Backup using QML]]></title><description><![CDATA[<p dir="auto">Hi All,</p>
<p dir="auto">I want to use all my phonebook contacts. I am using ContactModel to show them in a list view but that doesn't work for my device. Is there any way how can i get and insert contacts from both phone storage and sim storage . Thanks in Advanced. My ContactModel code portion is here :</p>
<pre><code> ContactModel {
        id: contactsModel
        manager: "symbiansim"
      
        sortOrders: [
            SortOrder {
                detail: ContactDetail.Name
                field: Name.FirstName
                direction: Qt.AscendingOrder
            }
        ]
    }
</code></pre>
]]></description><link>https://forum.qt.io/topic/17478/phonebook-contact-backup-using-qml</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 07:47:31 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/17478.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 Jun 2012 07:26:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Phonebook Contact Backup using QML on Tue, 12 Jun 2012 10:32:06 GMT]]></title><description><![CDATA[<p dir="auto">Any one have any idea how to solve this problem !!</p>
]]></description><link>https://forum.qt.io/post/141476</link><guid isPermaLink="true">https://forum.qt.io/post/141476</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 12 Jun 2012 10:32:06 GMT</pubDate></item></channel></rss>