~ubuntu-branches/ubuntu/precise/python-qt4/precise-proposed

« back to all changes in this revision

Viewing changes to doc/html/qhelpengine.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell, Jonathan Riddell
  • Date: 2010-11-08 16:13:33 UTC
  • mfrom: (1.5.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101108161333-0nec4wu0nz3wpf9r
Tags: 4.8.1-0ubuntu1
[ Jonathan Riddell ]
* New upstream release
* Build against python-sip-dev 4.11.2
* Remove kubuntu_02_fix-scpk-and-flag-issue.diff merged upstream
* Install __init__.py into /usr/lib/python3.2/dist-packages/PyQt4,
  fixes Python 3 support
* Add QtDeclarative to python-qt4
* Add kubuntu_03_uiparser.diff from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
td.postheader { font-family: sans-serif }
7
7
tr.address { font-family: sans-serif }
8
8
body { background: #ffffff; color: black; }
9
 
</style></head><body><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr /><td align="left" valign="top" width="32"><img align="left" border="0" height="32" src="images/rb-logo.png" width="32" /></td><td width="1">&#160;&#160;</td><td class="postheader" valign="center"><a href="../pyqt4ref.html"><font color="#004faf">Home</font></a>&#160;&#183; <a href="classes.html"><font color="#004faf">All Classes</font></a>&#160;&#183; <a href="modules.html"><font color="#004faf">Modules</font></a></td></table><h1 align="center">QHelpEngine Class Reference<br /><sup><sup>[<a href="qthelp.html">QtHelp</a> module]</sup></sup></h1><p>The QHelpEngine class provides access to contents and indices of the help engine. <a href="#details">More...</a></p>
10
 
<p>Inherits <a href="qhelpenginecore.html">QHelpEngineCore</a>.</p><h3>Methods</h3><ul><li><div class="fn" /><b><a href="qhelpengine.html#QHelpEngine">__init__</a></b> (<i>self</i>, QString, QObject&#160;<i>parent</i>&#160;=&#160;None)</li><li><div class="fn" />QHelpContentModel <b><a href="qhelpengine.html#contentModel">contentModel</a></b> (<i>self</i>)</li><li><div class="fn" />QHelpContentWidget <b><a href="qhelpengine.html#contentWidget">contentWidget</a></b> (<i>self</i>)</li><li><div class="fn" />QHelpIndexModel <b><a href="qhelpengine.html#indexModel">indexModel</a></b> (<i>self</i>)</li><li><div class="fn" />QHelpIndexWidget <b><a href="qhelpengine.html#indexWidget">indexWidget</a></b> (<i>self</i>)</li><li><div class="fn" />QHelpSearchEngine <b><a href="qhelpengine.html#searchEngine">searchEngine</a></b> (<i>self</i>)</li></ul><a name="details" /><hr /><h2>Detailed Description</h2><p>The QHelpEngine class provides access to contents and indices of the help engine.</p>
11
 
<hr /><h2>Method Documentation</h2><h3 class="fn"><a name="QHelpEngine" />QHelpEngine.__init__ (<i>self</i>, QString, <a href="qobject.html">QObject</a>&#160;<i>parent</i>&#160;=&#160;None)</h3><p>The <i>parent</i> argument, if not None, causes <i>self</i> to be owned by Qt instead of PyQt.</p><p>Constructs a new help engine with the given <i>parent</i>. The help engine uses the information stored in the <i>collectionFile</i> for providing help. If the collection file does not already exist, it will be created.</p>
12
 
<a name="//apple_ref/cpp/instm/QHelpEngine/~QHelpEngine" />
 
9
</style></head><body><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr /><td align="left" valign="top" width="32"><img align="left" border="0" height="32" src="images/rb-logo.png" width="32" /></td><td width="1">&#160;&#160;</td><td class="postheader" valign="center"><a href="../pyqt4ref.html"><font color="#004faf">Home</font></a>&#160;&#183; <a href="classes.html"><font color="#004faf">All Classes</font></a>&#160;&#183; <a href="modules.html"><font color="#004faf">Modules</font></a></td></table><h1 align="center">QHelpEngine Class Reference<br /><sup><sup>[<a href="qthelp.html">QtHelp</a> module]</sup></sup></h1><p>The QHelpEngine class provides access to contents and indices of
 
10
the help engine. <a href="#details">More...</a></p>
 
11
 
 
12
<p>Inherits <a href="qhelpenginecore.html">QHelpEngineCore</a>.</p><h3>Methods</h3><ul><li><div class="fn" /><b><a href="qhelpengine.html#QHelpEngine">__init__</a></b> (<i>self</i>, QString, QObject&#160;<i>parent</i>&#160;=&#160;None)</li><li><div class="fn" />QHelpContentModel <b><a href="qhelpengine.html#contentModel">contentModel</a></b> (<i>self</i>)</li><li><div class="fn" />QHelpContentWidget <b><a href="qhelpengine.html#contentWidget">contentWidget</a></b> (<i>self</i>)</li><li><div class="fn" />QHelpIndexModel <b><a href="qhelpengine.html#indexModel">indexModel</a></b> (<i>self</i>)</li><li><div class="fn" />QHelpIndexWidget <b><a href="qhelpengine.html#indexWidget">indexWidget</a></b> (<i>self</i>)</li><li><div class="fn" />QHelpSearchEngine <b><a href="qhelpengine.html#searchEngine">searchEngine</a></b> (<i>self</i>)</li></ul><a name="details" /><hr /><h2>Detailed Description</h2><p>The QHelpEngine class provides access to contents and indices of
 
13
the help engine.</p>
 
14
<hr /><h2>Method Documentation</h2><h3 class="fn"><a name="QHelpEngine" />QHelpEngine.__init__ (<i>self</i>, QString, <a href="qobject.html">QObject</a>&#160;<i>parent</i>&#160;=&#160;None)</h3><p>The <i>parent</i> argument, if not None, causes <i>self</i> to be owned by Qt instead of PyQt.</p><p>Constructs a new help engine with the given <i>parent</i>. The
 
15
help engine uses the information stored in the
 
16
<i>collectionFile</i> for providing help. If the collection file
 
17
does not already exist, it will be created.</p>
 
18
 
 
19
 
13
20
<h3 class="fn"><a name="contentModel" /><a href="qhelpcontentmodel.html">QHelpContentModel</a> QHelpEngine.contentModel (<i>self</i>)</h3><p>Returns the content model.</p>
14
 
<a name="//apple_ref/cpp/instm/QHelpEngine/contentWidget" />
 
21
 
 
22
 
15
23
<h3 class="fn"><a name="contentWidget" /><a href="qhelpcontentwidget.html">QHelpContentWidget</a> QHelpEngine.contentWidget (<i>self</i>)</h3><p>Returns the content widget.</p>
16
 
<a name="//apple_ref/cpp/instm/QHelpEngine/indexModel" />
 
24
 
 
25
 
17
26
<h3 class="fn"><a name="indexModel" /><a href="qhelpindexmodel.html">QHelpIndexModel</a> QHelpEngine.indexModel (<i>self</i>)</h3><p>Returns the index model.</p>
18
 
<a name="//apple_ref/cpp/instm/QHelpEngine/indexWidget" />
 
27
 
 
28
 
19
29
<h3 class="fn"><a name="indexWidget" /><a href="qhelpindexwidget.html">QHelpIndexWidget</a> QHelpEngine.indexWidget (<i>self</i>)</h3><p>Returns the index widget.</p>
20
 
<a name="//apple_ref/cpp/instm/QHelpEngine/searchEngine" />
 
30
 
 
31
 
21
32
<h3 class="fn"><a name="searchEngine" /><a href="qhelpsearchengine.html">QHelpSearchEngine</a> QHelpEngine.searchEngine (<i>self</i>)</h3><p>Returns the default search engine.</p>
22
 
<p /><address><hr /><div align="center"><table border="0" cellspacing="0" width="100%"><tr class="address"><td align="left" width="25%">PyQt&#160;4.7.7 for X11</td><td align="center" width="50%">Copyright &#169; <a href="http://www.riverbankcomputing.com">Riverbank&#160;Computing&#160;Ltd</a> and <a href="http://www.qtsoftware.com">Nokia</a> 2010</td><td align="right" width="25%">Qt&#160;4.6.3</td></tr></table></div></address></body></html>
 
 
b'\\ No newline at end of file'
 
33
<address><hr /><div align="center"><table border="0" cellspacing="0" width="100%"><tr class="address"><td align="left" width="25%">PyQt&#160;4.8.1 for X11</td><td align="center" width="50%">Copyright &#169; <a href="http://www.riverbankcomputing.com">Riverbank&#160;Computing&#160;Ltd</a> and <a href="http://www.qtsoftware.com">Nokia</a> 2010</td><td align="right" width="25%">Qt&#160;4.7.0</td></tr></table></div></address></body></html>
 
 
b'\\ No newline at end of file'