Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
[Prev: Qt Assistant in More Detail] [Home] [Next: Customizing Qt Assistant with Profiles]
From Qt 3.1, Qt Assistant offers a powerful 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 Enter or click Search. The search is always case insensitive, so Foo, fOo and FOO are all treated as the same. The following are examples of search patterns that can be used:
deep -- lists all the documents that contain the word 'deep'
deep* -- lists all the documents that contain a word beginning with 'deep'
deep copy -- lists all documents that contain both 'deep' and 'copy'
"deep copy" -- list all documents that contain the phrase 'deep copy'
The wildcard (*) character cannot be used within quotes.
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.
If the documentation has changed, e.g. if documents have been added or removed, Qt Assistant will reindex.
[Prev: Qt Assistant in More Detail] [Home] [Next: Customizing Qt Assistant with Profiles]
Copyright © 2003 Trolltech | Trademarks | Qt version 3.2.0b2
|