Phonebook Contact Backup using QML
QML and Qt Quick
2
Posts
1
Posters
1.1k
Views
1
Watching
-
Hi All,
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 :
ContactModel { id: contactsModel manager: "symbiansim" sortOrders: [ SortOrder { detail: ContactDetail.Name field: Name.FirstName direction: Qt.AscendingOrder } ] }