Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 397cf13019f8c526877f271962f26f4c > files > 607

libqt3-devel-3.1.1-13mdk.ppc.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- /home/reggie/tmp/qt-3.1-reggie-23625/qt-x11-free-3.1.1/tools/assistant/book/assistant.leaf:301 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Full Text Searching</title>
<style type="text/css"><!--
h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }
body { background: #ffffff; color: black; }
--></style>
</head>
<body>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr bgcolor="#E5E5E5">
<td valign=center>
 <a href="index.html">
<font color="#004faf">Home</font></a>
 | <a href="classes.html">
<font color="#004faf">All&nbsp;Classes</font></a>
 | <a href="mainclasses.html">
<font color="#004faf">Main&nbsp;Classes</font></a>
 | <a href="annotated.html">
<font color="#004faf">Annotated</font></a>
 | <a href="groups.html">
<font color="#004faf">Grouped&nbsp;Classes</font></a>
 | <a href="functions.html">
<font color="#004faf">Functions</font></a>
</td>
<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><p align="right">[<a href="assistant-4.html">Prev: Qt Assistant in More Detail</a>] [<a href="assistant.html">Home</a>] [<a href="assistant-6.html">Next: Adding Documentation to Qt Assistant</a>]</p>
<h2 align="center">Full Text Searching</h2>
<p>From Qt 3.1, <em>Qt Assistant</em> offers a powerfull full text search engine. In order to search for certain words or text, go to the 'Search' tab in the sidebar. Then enter the text you are looking for and press <b>Enter</b> or click <b>Search</b>. The search is always case insensitive, so Foo, fOo and FOO are all treated as the same. The following search patterns can be used:</p>
<ul><li><p><tt>deep</tt> -- lists all the documents that contain the word 'deep'</p>
<li><p><tt>deep*</tt> -- lists all the documents that contain a word beginning with 'deep'</p>
<li><p><tt>deep copy</tt> -- lists all documents that contain both 'deep' <em>and</em> 'copy'</p>
<li><p><tt>"deep copy"</tt> -- list all documents that contain the phrase 'deep copy'</p>
</ul><p>The wildcard (*) character cannot be used within quotes.</p>
<p>The list of documents is ordered according to the number of occurrences of the search text they contain, with those with the highest number of occurrences appearing first. Simply click any document in the list to have it display in the document pane.</p>
<p>If the documentation is changed, e.g. if new documents are added or old ones removed, <em>Qt Assistant</em> will reindex. At present this only works for latin1 encoded documents, i.e. Unicode is not yet supported.</p>
<!-- eof -->
<p align="right">[<a href="assistant-4.html">Prev: Qt Assistant in More Detail</a>] [<a href="assistant.html">Home</a>] [<a href="assistant-6.html">Next: Adding Documentation to Qt Assistant</a>]</p>
<p><address><hr><div align=center>
<table width=100% cellspacing=0 border=0><tr>
<td>Copyright &copy; 2002 
<a href="http://www.trolltech.com">Trolltech</a><td><a href="http://www.trolltech.com/trademarks.html">Trademarks</a>
<td align=right><div align=right>Qt version 3.1.1</div>
</table></div></address></body>
</html>