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

Add Contact tu ContactBook

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 1.0k 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.
  • V Offline
    V Offline
    Vetryaspa
    wrote on last edited by
    #1

    Hi all,

    i have and application where i have to add contact in the contact Book.

    I have try to found an example and reed the documetnation but i not have understand what it said.

    I have Understand that there are more Type of contact dettail but when try to set dettail :

    @QContactName name;
    name.setFirstName("Name");
    QContactEmailAddress email;
    email.setEmailAddress("Mail");
    QContactPhoneNumber phone;
    phone.setNumber("Number");@

    return an arror : linkandposlink failed

    other this i not have understand wath i have to do whit this contactDettail. I think that have to set the general QContactDettail and then set the QContact. And at the and save all...

    It's right?

    regards

    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