Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Phonebook Contact Backup using QML
Qt 6.11 is out! See what's new in the release blog

Phonebook Contact Backup using QML

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 1 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Ravinder
    wrote on last edited by
    #1

    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
                }
            ]
        }
    
    1 Reply Last reply
    0
    • R Offline
      R Offline
      Ravinder
      wrote on last edited by
      #2

      Any one have any idea how to solve this problem !!

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved