~ubuntu-branches/ubuntu/quantal/qtmobility/quantal

« back to all changes in this revision

Viewing changes to doc/html/qml-documentgallerytype.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-16 16:18:07 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101116161807-k2dzt2nyse975r3l
Tags: 1.1.0-0ubuntu1
* New upstream release
* Syncronise with Debian, no remaining changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    </div>
48
48
    <div id="shortCut">
49
49
      <ul>
50
 
        <li class="shortCut-topleft-inactive"><span><a href="index.html">Mobility 1.1 BETA</a></span></li>
 
50
        <li class="shortCut-topleft-inactive"><span><a href="index.html">Mobility 1.1</a></span></li>
51
51
        <li class="shortCut-topleft-active"><a href="http://doc.qt.nokia.com">ALL VERSIONS        </a></li>
52
52
      </ul>
53
53
     </div>
147
147
<li class="fn"><b><b><a href="qml-documentgallerytype.html#autoUpdate-prop">autoUpdate</a></b></b> : bool</li>
148
148
<li class="fn"><b><b><a href="qml-documentgallerytype.html#available-prop">available</a></b></b> : bool</li>
149
149
<li class="fn"><b><b><a href="qml-documentgallerytype.html#itemType-prop">itemType</a></b></b> : enum</li>
150
 
<li class="fn"><b><b><a href="qml-documentgallerytype.html#maximumProgress-prop">maximumProgress</a></b></b> : int</li>
 
150
<li class="fn"><b><b><a href="qml-documentgallerytype.html#metaData-prop">metaData</a></b></b> : object</li>
151
151
</ul></td><td class="topAlign"><ul>
152
 
<li class="fn"><b><b><a href="qml-documentgallerytype.html#metaData-prop">metaData</a></b></b> : object</li>
153
152
<li class="fn"><b><b><a href="qml-documentgallerytype.html#progress-prop">progress</a></b></b> : real</li>
154
153
<li class="fn"><b><b><a href="qml-documentgallerytype.html#properties-prop">properties</a></b></b> : QStringList</li>
155
154
<li class="fn"><b><b><a href="qml-documentgallerytype.html#status-prop">status</a></b></b> : enum</li>
191
190
<li>DocumentGallery.PhotoAlbum</li>
192
191
</ul>
193
192
</div></div><br/>
194
 
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr class="odd"><td><p><a name="maximumProgress-prop"></a>maximumProgress : int</td></tr></table></div><div class="qmldoc"><p>This property holds the maximum progress value.</p>
195
 
</div></div><br/>
196
193
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr class="odd"><td><p><a name="metaData-prop"></a>metaData : object</td></tr></table></div><div class="qmldoc"><p>This property holds the meta-data of an item type/</p>
197
194
</div></div><br/>
198
195
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr class="odd"><td><p><a name="progress-prop"></a>progress : real</td></tr></table></div><div class="qmldoc"><p>This property holds the current progress of the request, from 0.0 (started) to 1.0 (finished).</p>
199
196
</div></div><br/>
200
 
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr class="odd"><td><p><a name="properties-prop"></a>properties : QStringList</td></tr></table></div><div class="qmldoc"><p>This property holds the type properties a request should return values for.</p>
 
197
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr class="odd"><td><p><a name="properties-prop"></a>properties : <a href="http://qt.nokia.com/doc/4.6/qstringlist.html">QStringList</a></td></tr></table></div><div class="qmldoc"><p>This property holds the type properties a request should return values for.</p>
201
198
</div></div><br/>
202
199
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr class="odd"><td><p><a name="status-prop"></a>status : enum</td></tr></table></div><div class="qmldoc"><p>This property holds the status of a type request. It can be one of:</p>
203
200
<ul>
205
202
<li>Active Information about an <a href="qml-documentgallerytype.html#itemType-prop">itemType</a> is being fetched from the gallery.</li>
206
203
<li>Finished Information about an <a href="qml-documentgallerytype.html#itemType-prop">itemType</a> is available.</li>
207
204
<li>Idle Information about an <a href="qml-documentgallerytype.html#itemType-prop">itemType</a> which will be automatically updated is available.</li>
208
 
<li>Cancelling The query was cancelled but hasn't yet reached the cancelled status.</li>
209
 
<li>Cancelled The query was cancelled.</li>
 
205
<li>Canceling The query was canceled but hasn't yet reached the canceled status.</li>
 
206
<li>Canceled The query was canceled.</li>
210
207
<li>Error Information about a type could not be retrieved due to an error.</li>
211
208
</ul>
212
209
</div></div><br/>