This file is indexed.

/usr/share/qt5/doc/qtversit/qversitproperty.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qversitproperty.cpp -->
  <title>QVersitProperty Class | 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 >QVersitProperty</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="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-types">Public Types</a></li>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">QVersitProperty Class</h1>
<!-- $$$QVersitProperty-brief -->
<p>The <a href="qversitproperty.html">QVersitProperty</a> class stores the name, value, groups and parameters of a Versit property. <a href="#details">More...</a></p>
<!-- @@@QVersitProperty -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign">   <span class="preprocessor">#include &lt;QVersitProperty&gt;</span>
</td></tr></table></div><ul>
<li><a href="qversitproperty-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-types"></a>
<h2 id="public-types">Public Types</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> enum </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#ValueType-enum">ValueType</a></b> { PlainType, CompoundType, ListType, BinaryType, VersitDocumentType, PreformattedType }</td></tr>
</table></div>
<a name="public-functions"></a>
<h2 id="public-functions">Public Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#QVersitProperty">QVersitProperty</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#QVersitProperty-1">QVersitProperty</a></b>(const QVersitProperty &amp;<i>other</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#dtor.QVersitProperty">~QVersitProperty</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#clear">clear</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QStringList </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#groups">groups</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#insertParameter">insertParameter</a></b>(const QString &amp;<i>name</i>, const QString &amp;<i>value</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#isEmpty">isEmpty</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#name">name</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QMultiHash&lt;QString, QString&gt; </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#parameters">parameters</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#removeParameter">removeParameter</a></b>(const QString &amp;<i>name</i>, const QString &amp;<i>value</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#removeParameters">removeParameters</a></b>(const QString &amp;<i>name</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#setGroups">setGroups</a></b>(const QStringList &amp;<i>groups</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#setName">setName</a></b>(const QString &amp;<i>name</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#setParameters">setParameters</a></b>(const QMultiHash&lt;QString, QString&gt; &amp;<i>parameters</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#setValue">setValue</a></b>(const QVariant &amp;<i>value</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#setValueType">setValueType</a></b>(ValueType <i>type</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#value">value</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> T </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#value-1">value</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> ValueType </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#valueType">valueType</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QVariant </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#variantValue">variantValue</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#operator-not-eq">operator!=</a></b>(const QVersitProperty &amp;<i>other</i>) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QVersitProperty &amp;</td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#operator-eq">operator=</a></b>(const QVersitProperty &amp;<i>other</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qversitproperty.html#operator-eq-eq">operator==</a></b>(const QVersitProperty &amp;<i>other</i>) const</td></tr>
</table></div>
<a name="details"></a>
<!-- $$$QVersitProperty-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qversitproperty.html">QVersitProperty</a> class stores the name, value, groups and parameters of a Versit property.</p>
<p>A vCard is represented in abstract form as a <a href="qversitdocument.html">QVersitDocument</a> that consists of a number of properties such as a name (N), a telephone number (TEL) and an email address (EMAIL), for instance. Each of these properties is stored as an instance of a <a href="qversitproperty.html">QVersitProperty</a> in a <a href="qversitdocument.html">QVersitDocument</a>.</p>
<p>A <a href="qversitproperty.html">QVersitProperty</a> consists of a list of groups, a name, a list of parameters (key/value pairs), and a value.</p>
<p>The value of a <a href="qversitproperty.html">QVersitProperty</a> is stored as a QVariant and should always be one of four types: QString for textual values, QByteArray for binary data (eg. images), QStringList for structured textual data, or <a href="qversitdocument.html">QVersitDocument</a> for nested documents. The <a href="qversitreader.html">QVersitReader</a> will parse Versit properties and assign the correct type of object to the property value. The <a href="qversitwriter.html">QVersitWriter</a> will serialize objects of these types correctly into the (text-based) Versit format.</p>
<p>For example, a property might appear in a vCard as:</p>
<pre class="cpp">

  ADR;TYPE<span class="operator">=</span>home<span class="operator">,</span>postal:;;<span class="number">123</span> Main Street;Any Town;CA;<span class="number">91921</span><span class="operator">-</span><span class="number">1234</span>

</pre>
<p>This would be stored as a <a href="qversitproperty.html">QVersitProperty</a> with the name <code>ADR</code> and two parameters (both named <code>TYPE</code> and with values <code>home</code> and <code>postal</code> respectively. The value of the <a href="qversitproperty.html">QVersitProperty</a> is a QStringList with six strings, and the <a href="qversitproperty.html#valueType">valueType</a> is <a href="qversitproperty.html#ValueType-enum">CompoundType</a>.</p>
<p><a href="qversitproperty.html">QVersitProperty</a> supports implicit sharing. The property name and parameter names of a <a href="qversitproperty.html">QVersitProperty</a> are converted to upper-case when they are stored to a <a href="qversitproperty.html">QVersitProperty</a>.</p>
</div>
<p><b>See also </b><a href="qversitdocument.html">QVersitDocument</a>.</p>
<!-- @@@QVersitProperty -->
<div class="types">
<h2>Member Type Documentation</h2>
<!-- $$$ValueType$$$PlainType$$$CompoundType$$$ListType$$$BinaryType$$$VersitDocumentType$$$PreformattedType -->
<h3 class="fn" id="ValueType-enum"><a name="ValueType-enum"></a>enum QVersitProperty::<span class="name">ValueType</span></h3>
<p>Describes the type of data held in the property's value.</p>
<p>The vCard and iCalendar specifications allows a property value to hold a string, binary data, or a nested document. String values can either be unstructured or structured. Structured strings can be either of compound type or list type. A compound value is one that is delimited by semicolons, allows empty components, and has a property-specific cardinality and ordering. A list value is one that is delimited by commas, does not have empty components, and has no restrictions on cardinality or ordering.</p>
<div class="table"><table class="valuelist"><tr valign="top" class="odd"><th class="tblConst">Constant</th><th class="tblval">Value</th><th class="tbldscr">Description</th></tr>
<tr><td class="topAlign"><code>QVersitProperty::PlainType</code></td><td class="topAlign tblval"><code>0</code></td><td class="topAlign">The property value holds an unstructured string and can be retrieved with <a href="qversitproperty.html#value">QVersitProperty::value</a>()</td></tr>
<tr><td class="topAlign"><code>QVersitProperty::CompoundType</code></td><td class="topAlign tblval"><code>1</code></td><td class="topAlign">The property value holds a compound string and can be retrieved with <a href="qversitproperty.html#value">QVersitProperty::value</a>&lt;QStringList&gt;()</td></tr>
<tr><td class="topAlign"><code>QVersitProperty::ListType</code></td><td class="topAlign tblval"><code>2</code></td><td class="topAlign">The property value holds a list of strings and can be retrieved with <a href="qversitproperty.html#value">QVersitProperty::value</a>&lt;QStringList&gt;()</td></tr>
<tr><td class="topAlign"><code>QVersitProperty::BinaryType</code></td><td class="topAlign tblval"><code>3</code></td><td class="topAlign">The property value holds a binary value and can be retrieved with <a href="qversitproperty.html#value">QVersitProperty::value</a>&lt;QByteArray&gt;()</td></tr>
<tr><td class="topAlign"><code>QVersitProperty::VersitDocumentType</code></td><td class="topAlign tblval"><code>4</code></td><td class="topAlign">The property value holds a nested Versit document and can be retrieved</td></tr>
<tr><td class="topAlign"><code>QVersitProperty::PreformattedType</code></td><td class="topAlign tblval"><code>5</code></td><td class="topAlign">The property value holds a string that represents exactly the text for the property in the vCard file, bar line-wrapping. That is, if the property were to be written to file it should be written as-is, with no backslash escaping.</td></tr>
</table></div>
<!-- @@@ValueType -->
</div>
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QVersitProperty[overload1]$$$QVersitProperty -->
<h3 class="fn" id="QVersitProperty"><a name="QVersitProperty"></a>QVersitProperty::<span class="name">QVersitProperty</span>()</h3>
<p>Constructs a new empty property</p>
<!-- @@@QVersitProperty -->
<!-- $$$QVersitProperty$$$QVersitPropertyconstQVersitProperty& -->
<h3 class="fn" id="QVersitProperty-1"><a name="QVersitProperty-1"></a>QVersitProperty::<span class="name">QVersitProperty</span>(const <span class="type"><a href="qversitproperty.html#QVersitProperty">QVersitProperty</a></span> &amp;<i>other</i>)</h3>
<p>Constructs a property that is a copy of <i>other</i></p>
<!-- @@@QVersitProperty -->
<!-- $$$~QVersitProperty[overload1]$$$~QVersitProperty -->
<h3 class="fn" id="dtor.QVersitProperty"><a name="dtor.QVersitProperty"></a>QVersitProperty::<span class="name">~QVersitProperty</span>()</h3>
<p>Frees the memory used by the property</p>
<!-- @@@~QVersitProperty -->
<!-- $$$clear[overload1]$$$clear -->
<h3 class="fn" id="clear"><a name="clear"></a><span class="type">void</span> QVersitProperty::<span class="name">clear</span>()</h3>
<p>Clears the contents of this property.</p>
<!-- @@@clear -->
<!-- $$$groups[overload1]$$$groups -->
<h3 class="fn" id="groups"><a name="groups"></a><span class="type">QStringList</span> QVersitProperty::<span class="name">groups</span>() const</h3>
<p>Gets the groups of the property.</p>
<p><b>See also </b><a href="qversitproperty.html#setGroups">setGroups</a>().</p>
<!-- @@@groups -->
<!-- $$$insertParameter[overload1]$$$insertParameterconstQString&constQString& -->
<h3 class="fn" id="insertParameter"><a name="insertParameter"></a><span class="type">void</span> QVersitProperty::<span class="name">insertParameter</span>(const <span class="type">QString</span> &amp;<i>name</i>, const <span class="type">QString</span> &amp;<i>value</i>)</h3>
<p>Adds a new parameter with <i>name</i> and <i>value</i>. The parameter name is converted to upper-case.</p>
<!-- @@@insertParameter -->
<!-- $$$isEmpty[overload1]$$$isEmpty -->
<h3 class="fn" id="isEmpty"><a name="isEmpty"></a><span class="type">bool</span> QVersitProperty::<span class="name">isEmpty</span>() const</h3>
<p>Returns true if the property is empty.</p>
<!-- @@@isEmpty -->
<!-- $$$name[overload1]$$$name -->
<h3 class="fn" id="name"><a name="name"></a><span class="type">QString</span> QVersitProperty::<span class="name">name</span>() const</h3>
<p>Gets the name of the property in upper-case.</p>
<p><b>See also </b><a href="qversitproperty.html#setName">setName</a>().</p>
<!-- @@@name -->
<!-- $$$parameters[overload1]$$$parameters -->
<h3 class="fn" id="parameters"><a name="parameters"></a><span class="type">QMultiHash</span>&lt;<span class="type">QString</span>, <span class="type">QString</span>&gt; QVersitProperty::<span class="name">parameters</span>() const</h3>
<p>Return a copy of the contained list of parameters. Note that actual the parameters cannot be modified using the copy.</p>
<p><b>See also </b><a href="qversitproperty.html#setParameters">setParameters</a>().</p>
<!-- @@@parameters -->
<!-- $$$removeParameter[overload1]$$$removeParameterconstQString&constQString& -->
<h3 class="fn" id="removeParameter"><a name="removeParameter"></a><span class="type">void</span> QVersitProperty::<span class="name">removeParameter</span>(const <span class="type">QString</span> &amp;<i>name</i>, const <span class="type">QString</span> &amp;<i>value</i>)</h3>
<p>Removes a parameter with <i>name</i> and <i>value</i>.</p>
<p><b>See also </b><a href="qversitproperty.html#removeParameters">removeParameters</a>().</p>
<!-- @@@removeParameter -->
<!-- $$$removeParameters[overload1]$$$removeParametersconstQString& -->
<h3 class="fn" id="removeParameters"><a name="removeParameters"></a><span class="type">void</span> QVersitProperty::<span class="name">removeParameters</span>(const <span class="type">QString</span> &amp;<i>name</i>)</h3>
<p>Removes all parameters with the given <i>name</i>.</p>
<p><b>See also </b><a href="qversitproperty.html#removeParameter">removeParameter</a>().</p>
<!-- @@@removeParameters -->
<!-- $$$setGroups[overload1]$$$setGroupsconstQStringList& -->
<h3 class="fn" id="setGroups"><a name="setGroups"></a><span class="type">void</span> QVersitProperty::<span class="name">setGroups</span>(const <span class="type">QStringList</span> &amp;<i>groups</i>)</h3>
<p>Sets the groups in the property to the given list of <i>groups</i>.</p>
<p><b>See also </b><a href="qversitproperty.html#groups">groups</a>().</p>
<!-- @@@setGroups -->
<!-- $$$setName[overload1]$$$setNameconstQString& -->
<h3 class="fn" id="setName"><a name="setName"></a><span class="type">void</span> QVersitProperty::<span class="name">setName</span>(const <span class="type">QString</span> &amp;<i>name</i>)</h3>
<p>Sets the <i>name</i> of the property. The <i>name</i> is converted to upper-case.</p>
<p><b>See also </b><a href="qversitproperty.html#name">name</a>().</p>
<!-- @@@setName -->
<!-- $$$setParameters[overload1]$$$setParametersconstQMultiHash<QString,QString>& -->
<h3 class="fn" id="setParameters"><a name="setParameters"></a><span class="type">void</span> QVersitProperty::<span class="name">setParameters</span>(const <span class="type">QMultiHash</span>&lt;<span class="type">QString</span>, <span class="type">QString</span>&gt; &amp;<i>parameters</i>)</h3>
<p>Replaces all the parameters with <i>parameters</i>. The names of the parameters are converted to upper-case.</p>
<p><b>See also </b><a href="qversitproperty.html#parameters">parameters</a>().</p>
<!-- @@@setParameters -->
<!-- $$$setValue[overload1]$$$setValueconstQVariant& -->
<h3 class="fn" id="setValue"><a name="setValue"></a><span class="type">void</span> QVersitProperty::<span class="name">setValue</span>(const <span class="type">QVariant</span> &amp;<i>value</i>)</h3>
<p>Sets the property value to <i>value</i>.</p>
<p><b>See also </b><a href="qversitproperty.html#value">value</a>().</p>
<!-- @@@setValue -->
<!-- $$$setValueType[overload1]$$$setValueTypeValueType -->
<h3 class="fn" id="setValueType"><a name="setValueType"></a><span class="type">void</span> QVersitProperty::<span class="name">setValueType</span>(<span class="type"><a href="qversitproperty.html#ValueType-enum">ValueType</a></span> <i>type</i>)</h3>
<p>Sets the type of value held in the property to <i>type</i>.</p>
<p><b>See also </b><a href="qversitproperty.html#valueType">valueType</a>().</p>
<!-- @@@setValueType -->
<!-- $$$value[overload1]$$$value -->
<h3 class="fn" id="value"><a name="value"></a><span class="type">QString</span> QVersitProperty::<span class="name">value</span>() const</h3>
<p><b>See also </b><a href="qversitproperty.html#setValue">setValue</a>().</p>
<!-- @@@value -->
<!-- $$$value$$$value -->
<h3 class="fn" id="value-1"><a name="value-1"></a><span class="type">T</span> QVersitProperty::<span class="name">value</span>() const</h3>
<p>Returns the value of the property as a string if possible, otherwise return an empty string. If the property is stored as a QByteArray, it is decoded using the charset specified in the property's parameters.</p>
<p><b>See also </b>QVariant::toString().</p>
<!-- @@@value -->
<!-- $$$valueType[overload1]$$$valueType -->
<h3 class="fn" id="valueType"><a name="valueType"></a><span class="type"><a href="qversitproperty.html#ValueType-enum">ValueType</a></span> QVersitProperty::<span class="name">valueType</span>() const</h3>
<p>Returns the type of value held in the property.</p>
<p><b>See also </b><a href="qversitproperty.html#setValueType">setValueType</a>().</p>
<!-- @@@valueType -->
<!-- $$$variantValue[overload1]$$$variantValue -->
<h3 class="fn" id="variantValue"><a name="variantValue"></a><span class="type">QVariant</span> QVersitProperty::<span class="name">variantValue</span>() const</h3>
<p>Returns the value of the property.</p>
<!-- @@@variantValue -->
<!-- $$$operator!=[overload1]$$$operator!=constQVersitProperty& -->
<h3 class="fn" id="operator-not-eq"><a name="operator-not-eq"></a><span class="type">bool</span> QVersitProperty::<span class="name">operator!=</span>(const <span class="type"><a href="qversitproperty.html#QVersitProperty">QVersitProperty</a></span> &amp;<i>other</i>) const</h3>
<p>Returns true if this is not equal to <i>other</i>; false otherwise.</p>
<!-- @@@operator!= -->
<!-- $$$operator=[overload1]$$$operator=constQVersitProperty& -->
<h3 class="fn" id="operator-eq"><a name="operator-eq"></a><span class="type"><a href="qversitproperty.html#QVersitProperty">QVersitProperty</a></span> &amp;QVersitProperty::<span class="name">operator=</span>(const <span class="type"><a href="qversitproperty.html#QVersitProperty">QVersitProperty</a></span> &amp;<i>other</i>)</h3>
<p>Assigns this property to <i>other</i></p>
<!-- @@@operator= -->
<!-- $$$operator==[overload1]$$$operator==constQVersitProperty& -->
<h3 class="fn" id="operator-eq-eq"><a name="operator-eq-eq"></a><span class="type">bool</span> QVersitProperty::<span class="name">operator==</span>(const <span class="type"><a href="qversitproperty.html#QVersitProperty">QVersitProperty</a></span> &amp;<i>other</i>) const</h3>
<p>Returns true if this is equal to <i>other</i>; false otherwise.</p>
<!-- @@@operator== -->
</div>
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</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>