Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > 8e6051afcdb111a0317a58fb64c2abf5 > files > 5321

qt4-doc-4.6.3-0.2mdv2010.2.i586.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- modules.qdoc -->
<head>
  <title>Qt 4.6: QtHelp Module</title>
  <link rel="prev" href="qtuitools.html" />
  <link rel="contents" href="modules.html" />
  <link rel="next" href="qttest.html" />
  <link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><a href="http://qt.nokia.com/"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">All&nbsp;Functions</font></a>&nbsp;&middot; <a href="overviews.html"><font color="#004faf">Overviews</font></a></td></tr></table><p>
[Previous: <a href="qtuitools.html">QtUiTools Module</a>]
[<a href="modules.html">All Qt Modules</a>]
[Next: <a href="qttest.html">QtTest Module</a>]
</p>
<h1 class="title">QtHelp Module<br /><span class="subtitle"></span>
</h1>
<p>The QtHelp module provides classes for integrating online documentation in applications. <a href="#details">More...</a></p>
<h2>Classes</h2>
<p><table width="100%" class="annotated" cellpadding="2" cellspacing="1" border="0">
<tr valign="top" class="odd"><th><a href="qhelpcontentitem.html">QHelpContentItem</a></th><td>Item for use with QHelpContentModel</td></tr>
<tr valign="top" class="even"><th><a href="qhelpcontentmodel.html">QHelpContentModel</a></th><td>Model that supplies content to views</td></tr>
<tr valign="top" class="odd"><th><a href="qhelpcontentwidget.html">QHelpContentWidget</a></th><td>Tree view for displaying help content model items</td></tr>
<tr valign="top" class="even"><th><a href="qhelpengine.html">QHelpEngine</a></th><td>Access to contents and indices of the help engine</td></tr>
<tr valign="top" class="odd"><th><a href="qhelpenginecore.html">QHelpEngineCore</a></th><td>The core functionality of the help system</td></tr>
<tr valign="top" class="even"><th><a href="qhelpindexmodel.html">QHelpIndexModel</a></th><td>Model that supplies index keywords to views</td></tr>
<tr valign="top" class="odd"><th><a href="qhelpindexwidget.html">QHelpIndexWidget</a></th><td>List view displaying the QHelpIndexModel</td></tr>
<tr valign="top" class="even"><th><a href="qhelpsearchengine.html">QHelpSearchEngine</a></th><td>Access to widgets reusable to integrate fulltext search as well as to index and search documentation</td></tr>
<tr valign="top" class="odd"><th><a href="qhelpsearchquery.html">QHelpSearchQuery</a></th><td>Contains the field name and the associated search term</td></tr>
<tr valign="top" class="even"><th><a href="qhelpsearchquerywidget.html">QHelpSearchQueryWidget</a></th><td>Simple line edit or an advanced widget to enable the user to input a search term in a standardized input mask</td></tr>
<tr valign="top" class="odd"><th><a href="qhelpsearchresultwidget.html">QHelpSearchResultWidget</a></th><td>Either a tree widget or a text browser depending on the used search engine to display the hits found by the search</td></tr>
</table></p>
<a name="details"></a>
<h2>Detailed Description</h2>
<p>To include the definitions of the module's classes, use the following directive:</p>
<pre> #include &lt;QtHelp&gt;</pre>
<p>To link against the module, add this line to your <a href="qmake-manual.html#qmake">qmake</a> <tt>.pro</tt> file:</p>
<pre> CONFIG += help</pre>
<p>These classes are part of the <a href="opensourceedition.html">Open Source Versions of Qt</a> and <a href="commercialeditions.html">Qt Full Framework Edition</a> for commercial users.</p>
<a name="license-information"></a>
<h3>License Information</h3>
<p>The QtHelp module uses the CLucene indexing library to provide full-text searching capabilities for Qt Assistant and applications that use the features of QtHelp.</p>
<p>Qt Commercial Edition licensees that wish to distribute applications that use these features of the QtHelp module need to be aware of their obligations under the GNU Lesser General Public License (LGPL).</p>
<p>Developers using the Open Source Edition can choose to redistribute the module under the appropriate version of the GNU LGPL; version 2.1 for applications and libraries licensed under the GNU GPL version 2, or version 3 for applications and libraries licensed under the GNU GPL version 3.</p>
<div style="padding: 0.5em; background: #e0e0e0; color: black"><p>Copyright (C) 2003-2006 Ben van Klinken and the CLucene Team <br /> Changes are Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).</p>
<p>This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.</p>
<p>This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.</p>
<p>You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</p>
</div><p>See also <a href="qthelp-framework.html">The Qt Help Framework</a>.</p>
<p>
[Previous: <a href="qtuitools.html">QtUiTools Module</a>]
[<a href="modules.html">All Qt Modules</a>]
[Next: <a href="qttest.html">QtTest Module</a>]
</p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="40%" align="left">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies)</td>
<td width="20%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="40%" align="right"><div align="right">Qt 4.6.3</div></td>
</tr></table></div></address></body>
</html>