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. Qt Mobility Tech Preview - Contacts API
Qt 6.11 is out! See what's new in the release blog

Qt Mobility Tech Preview - Contacts API

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 3 Posters 4.9k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Welcome to the Qt Mobility Contacts API forum on DevNet.

    The Contacts API was one of the first APIs developed as part of the Qt Mobility project, and continues to be actively developed. It allows developers to access contact information via a cross-platform API. By participating in discussion in this forum, you have the opportunity to help shape the API, or to coordinate efforts to develop new backends for the API.

    Today's release shares our "Technology Preview" package of the new APIs planned for the Qt Mobility 1.1.0 release, as well as enhancements to the current Qt Mobility APIs, including the Contacts API. Qt Labs will still be used to communicate the availability of new packages, but DevNet is where you will have the opportunity to review and comment on the API, and share information with other developers about the API. The Contacts API is still under active revision and development (subject to binary compatibility constraints), and the earlier you can give your feedback, the more time we will have to assess the impact of any changes suggested, and integrate those changes into the API.

    Welcome to the forum, we look forward to your comments and contributions in the development of the Qt Mobility Contacts API.

    Cheers,
    Charles, Chris, Kevin and Michael
    Qt Development Team

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Hello,

      The "QContactAddress":http://doc.qt.nokia.com/qtmobility-1.1-tp/qcontactaddress.html class defines a region and a locality. Unfortunately, it defines it with itself. Suboptimal. Today I'm trying to map the local fire station onto it.

      1040 East Hillsdale Boulevard, Foster City, CA, USA

      To what does a city map? What about a state or province? Maybe this is defined by some ISO (or other standards body) specification. If so, I'd appreciate it if someone could give me a pointer.

      Thanks for your time and consideration.

      Sincerely,

      John'

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        Hi John,

        Enhancing the documentation for QContactAddress is something which has been on our "todo list" for quite some time. The design of QContactAddress is closely linked with the defined fields in the vCard ADR property, so hopefully this (quoted from RFC2426) will help:

        "The structured type value corresponds, in sequence, to the post office box; the extended address; the street address; the locality (e.g., city); the region (e.g., state or province); the postal code; the country name."

        But you are quite right that the documentation for these fields in our class (and function) documentation is lacking. I've created a JIRA task to track this issue at http://bugreports.qt.nokia.com/browse/QTMOBILITY-426. If you encounter any other similar issues, please feel free to create a new bug report in JIRA :-)

        Cheers,
        Chris.

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          Thanks, Chris! Exactly what I was looking for.

          -jk

          1 Reply Last reply
          0
          • ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #5

            Nice work!
            Chrs,

            Wenz

            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