Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 50facae208d4a6f280e44a513b104320 > files > 1203

qt-mobility-doc-1.2.0-13.mga5.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qdeclarativecontactfilter.cpp -->
  <title>Qt Mobility 1.2: QML DetailRangeFilter Element</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="content"> 
    <a href="index.html" class="qtref"><span>QtMobility Reference Documentation</span></a>
  </div>
  <div class="breadcrumb toolblock">
    <ul>
      <li class="first"><a href="index.html">Home</a></li>
      <!--  Breadcrumbs go here -->
<li><a href="http://qt.nokia.com/doc/4.7/qdeclarativeelements.html">QML Elements</a></li>
<li>QML DetailRangeFilter Element</li>
    </ul>
  </div>
</div>
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#properties">Properties</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<h1 class="title">QML DetailRangeFilter Element</h1>
<span class="subtitle"></span>
<!-- $$$DetailRangeFilter-brief -->
<p>The DetailRangeFilter element provides a filter based around a detail value range criterion. <a href="#details">More...</a></p>
<!-- @@@DetailRangeFilter -->
<p>This element was introduced in  Mobility 1.1.</p>
<ul>
<li><a href="qml-detailrangefilter-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="properties"></a>
<h2>Properties</h2>
<ul>
<li class="fn"><b><b><a href="qml-detailrangefilter.html#detail-prop">detail</a></b></b> : enumeration</li>
<li class="fn"><b><b><a href="qml-detailrangefilter.html#field-prop">field</a></b></b> : int</li>
<li class="fn"><b><b><a href="qml-detailrangefilter.html#matchFlags-prop">matchFlags</a></b></b> : enumeration</li>
<li class="fn"><b><b><a href="qml-detailrangefilter.html#max-prop">max</a></b></b> : variant</li>
<li class="fn"><b><b><a href="qml-detailrangefilter.html#min-prop">min</a></b></b> : variant</li>
<li class="fn"><b><b><a href="qml-detailrangefilter.html#rangeFlags-prop">rangeFlags</a></b></b> : enumeration</li>
</ul>
<!-- $$$DetailRangeFilter-description -->
<a name="details"></a>
<h2>Detailed Description</h2>
<p>This element is part of the <b>QtMobility.contacts 1.1</b> module.</p>
<p><b>See also </b><a href="qcontactdetailrangefilter.html">QContactDetailRangeFilter</a>.</p>
<!-- @@@DetailRangeFilter -->
<h2>Property Documentation</h2>
<!-- $$$detail -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="detail-prop"></a><span class="name">detail</span> : <span class="type"><a href="http://qt.nokia.com/doc/4.7/qml-enumeration.html">enumeration</a></span></p></td></tr></table></div><div class="qmldoc"><p>This property holds the detail type of which details will be matched to.</p>
<p>This property group was introduced in  Mobility 1.1.</p>
<p><b>See also </b><a href="qml-contactdetail.html#type-prop">ContactDetail::type</a> and <a href="qml-detailfilter.html#detail-prop">DetailFilter::detail</a>.</p>
</div></div><!-- @@@detail -->
<br/>
<!-- $$$field -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="field-prop"></a><span class="name">field</span> : <span class="type"><a href="http://qt.nokia.com/doc/4.7/qml-int.html">int</a></span></p></td></tr></table></div><div class="qmldoc"><p>This property holds the detail field type of which detail fields will be matched to. Detail field types are enumeration values defined in each detail elements.</p>
<p>This property group was introduced in  Mobility 1.1.</p>
<p><b>See also </b><a href="qml-detailfilter.html#field-prop">DetailFilter::field</a>.</p>
</div></div><!-- @@@field -->
<br/>
<!-- $$$matchFlags -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="matchFlags-prop"></a><span class="qmlreadonly">read-only</span><span class="name">matchFlags</span> : <span class="type"><a href="http://qt.nokia.com/doc/4.7/qml-enumeration.html">enumeration</a></span></p></td></tr></table></div><div class="qmldoc"><p>This property holds the match flags of the criterion, which define semantics such as case sensitivity, and exact matching.</p>
<p>This property group was introduced in  Mobility 1.1.</p>
<p><b>See also </b><a href="qml-detailfilter.html#matchFlags-prop">DetailFilter::matchFlags</a>.</p>
</div></div><!-- @@@matchFlags -->
<br/>
<!-- $$$max -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="max-prop"></a><span class="qmlreadonly">read-only</span><span class="name">max</span> : <span class="type">variant</span></p></td></tr></table></div><div class="qmldoc"><p>This property holds the upper bound of the value range criterion. By default, there is no upper bound.</p>
<p>This property group was introduced in  Mobility 1.1.</p>
</div></div><!-- @@@max -->
<br/>
<!-- $$$min -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="min-prop"></a><span class="name">min</span> : <span class="type">variant</span></p></td></tr></table></div><div class="qmldoc"><p>This property holds the lower bound of the value range criterion. By default, there is no lower bound.</p>
<p>This property group was introduced in  Mobility 1.1.</p>
</div></div><!-- @@@min -->
<br/>
<!-- $$$rangeFlags -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="rangeFlags-prop"></a><span class="name">rangeFlags</span> : <span class="type"><a href="http://qt.nokia.com/doc/4.7/qml-enumeration.html">enumeration</a></span></p></td></tr></table></div><div class="qmldoc"><p>This property holds a set of flags which defines the boundary condition semantics of the value range criterion.The valid range flags include:</p>
<ul>
<li><a href="qml-detailrangefilter.html">DetailRangeFilter</a>.IncludeLower</li>
<li><a href="qml-detailrangefilter.html">DetailRangeFilter</a>.IncludeUpper</li>
<li><a href="qml-detailrangefilter.html">DetailRangeFilter</a>.ExcludeLower</li>
<li><a href="qml-detailrangefilter.html">DetailRangeFilter</a>.ExcludeUpper</li>
</ul>
<p>This property group was introduced in  Mobility 1.1.</p>
</div></div><!-- @@@rangeFlags -->
<br/>
  <div class="ft">
    <span></span>
  </div>
</div> 
<div class="footer">
  <p>
     <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its
     subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation 
     in Finland and/or other countries worldwide.</p>
  <p>
     All other trademarks are property of their respective owners. <a title="Privacy Policy"
     href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p>
  <br />
  <p>
    Licensees holding valid Qt Commercial licenses may use this document in accordance with the    Qt Commercial License Agreement provided with the Software or, alternatively, in accordance    with the terms contained in a written agreement between you and Nokia.</p>
  <p>
    Alternatively, this document may be used 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.</p>
</div>
</body>
</html>