/usr/share/qt5/doc/qtcontacts/qtcontacts-qmlmodule.html is in qtpim5-doc-html 5.0~git20140515~29475884-0ubuntu24~7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qtcontacts.qdoc -->
<title>Qt Contacts QML Types | Qt 5.0</title>
<link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
<script type="text/javascript">
document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
// loading style sheet breaks anchors that were jumped to before
// so force jumping to anchor again
setTimeout(function() {
var anchor = location.hash;
// need to jump to different anchor first (e.g. none)
location.hash = "#";
setTimeout(function() {
location.hash = anchor;
}, 0);
}, 0);
</script>
</head>
<body>
<div class="header" id="qtdocheader">
<div class="main">
<div class="main-rounded">
<div class="navigationbar">
<table><tr>
<td >Qt 5.0</td><td >Qt Contacts QML Types</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.0.0 Reference Documentation</td>
</tr></table>
</div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Qt Contacts QML Types</h1>
<span class="subtitle"></span>
<!-- $$$QtContacts-description -->
<div class="descr"> <a name="details"></a>
<p><a href="qtcontacts-index.html">Qt Contacts</a>' QML API enables client to search for contacts data from local backends and use filters to get only the relevant results. The QML Contacts API delivers this capability in easy to use form. The <a href="qml-contacts.html">Qt Contacts QML API</a> page contains an overview of the QML types.</p>
<p>To use the types, simply add the following to the QML file:</p>
<pre class="qml">
import QtContacts 5.0
</pre>
</div>
<!-- @@@QtContacts -->
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-contact.html">Contact</a></p></td><td class="tblDescr"><p>Element represents an addressbook contact</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-address.html">Address</a></p></td><td class="tblDescr"><p>Element contains an address of a contact</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-anniversary.html">Anniversary</a></p></td><td class="tblDescr"><p>Element contains an anniversary of a contact</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-avatar.html">Avatar</a></p></td><td class="tblDescr"><p>Element contains avatar URLs of a contact</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-birthday.html">Birthday</a></p></td><td class="tblDescr"><p>Element contains a birthday of a contact</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-contactdetail.html">ContactDetail</a></p></td><td class="tblDescr"><p>Element represents a single, complete detail about a contact</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-displaylabel.html">DisplayLabel</a></p></td><td class="tblDescr"><p>Element contains a label that can be used by clients when displaying a contact, for example in a list</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-emailaddress.html">EmailAddress</a></p></td><td class="tblDescr"><p>Element contains an email address of a contact</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-extendeddetail.html">ExtendedDetail</a></p></td><td class="tblDescr"><p>Element contains an extended detail of a contact</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-family.html">Family</a></p></td><td class="tblDescr"><p>Element contains names of family members of a contact</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-favorite.html">Favorite</a></p></td><td class="tblDescr"><p>Element indicates if a contact is a favorite contact as well as the position it should appear in an ordered list of favorites</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-gender.html">Gender</a></p></td><td class="tblDescr"><p>Element contains the gender of a contact</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-geolocation.html">GeoLocation</a></p></td><td class="tblDescr"><p>Element contains a global location coordinate associated with a contact</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-globalpresence.html">GlobalPresence</a></p></td><td class="tblDescr"><p>Element provides aggregated presence information for a contact, synthesized or supplied by the backend</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-guid.html">Guid</a></p></td><td class="tblDescr"><p>Element contains a globally unique Id of a contact, for use in synchronization with other datastores</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-hobby.html">Hobby</a></p></td><td class="tblDescr"><p>Element contains a hobby of the contact</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-name.html">Name</a></p></td><td class="tblDescr"><p>Element contains a name of a contact</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-nickname.html">Nickname</a></p></td><td class="tblDescr"><p>Element contains a nickname of a contact</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-note.html">Note</a></p></td><td class="tblDescr"><p>Element contains a note associated with a contact</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-onlineaccount.html">OnlineAccount</a></p></td><td class="tblDescr"><p>Element contains a note associated with a contact</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-organization.html">Organization</a></p></td><td class="tblDescr"><p>Element provides details about an organization that the contact is either a part of, or stands for</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-phonenumber.html">PhoneNumber</a></p></td><td class="tblDescr"><p>Element provides a phone number of a contact</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-presence.html">Presence</a></p></td><td class="tblDescr"><p>Element provides presence information for an online account of a contact</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-ringtone.html">Ringtone</a></p></td><td class="tblDescr"><p>Element provides a ringtone associated with a contact</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-synctarget.html">SyncTarget</a></p></td><td class="tblDescr"><p>Element provides a sync target for a contact</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-tag.html">Tag</a></p></td><td class="tblDescr"><p>Element provides a contains a tag associated with a contact</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-timestamp.html">Timestamp</a></p></td><td class="tblDescr"><p>Element contains the creation and last-modified timestamp associated with the contact</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-url.html">Url</a></p></td><td class="tblDescr"><p>Element contains a url associated with a contact</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-fetchhint.html">FetchHint</a></p></td><td class="tblDescr"><p>Element provides hints to the manager about which contact information needs to be retrieved in an asynchronous fetch request or a synchronous function call</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-actionfilter.html">ActionFilter</a></p></td><td class="tblDescr"><p>Element provides a filter based around an action availability criterion</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-changelogfilter.html">ChangeLogFilter</a></p></td><td class="tblDescr"><p>Element provides a filter based around a contact timestamp criterion</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-detailfilter.html">DetailFilter</a></p></td><td class="tblDescr"><p>Element provides a filter based around a detail value criterion</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-detailrangefilter.html">DetailRangeFilter</a></p></td><td class="tblDescr"><p>Element provides a filter based around a detail value range criterion</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-filter.html">Filter</a></p></td><td class="tblDescr"><p>Element is used as a property of ContactModel, to allow selection of contacts which have certain details or properties</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-idfilter.html">IdFilter</a></p></td><td class="tblDescr"><p>Element provides a filter based around a list of contact ids</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-intersectionfilter.html">IntersectionFilter</a></p></td><td class="tblDescr"><p>Element provides a filter which intersects the results of other filters</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-invalidfilter.html">InvalidFilter</a></p></td><td class="tblDescr"><p>The InvalidFilter element provides a filter which will never match any contacts</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-relationshipfilter.html">RelationshipFilter</a></p></td><td class="tblDescr"><p>Element provides a filter based around relationship criteria</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-unionfilter.html">UnionFilter</a></p></td><td class="tblDescr"><p>Element provides a filter which unions the results of other filters</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-contactmodel.html">ContactModel</a></p></td><td class="tblDescr"><p>Element provides access to contacts from the contacts store</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-relationship.html">Relationship</a></p></td><td class="tblDescr"><p>Element describes a one-to-one relationship between a locally-stored contact and another (possibly remote) contact</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtcontacts-relationshipmodel.html">RelationshipModel</a></p></td><td class="tblDescr"><p>Model of contact relationships from the contacts store</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtcontacts-sortorder.html">SortOrder</a></p></td><td class="tblDescr"><p>Element defines how a list of contacts should be ordered according to some criteria</p></td></tr>
</table></div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2017 The Qt Company Ltd.
Documentation contributions included herein are the copyrights of
their respective owners.<br> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.<br> Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. </p>
</div>
</body>
</html>
|