QtHelp Module |
QHelpContentItem | Item for use with QHelpContentModel |
---|---|
QHelpContentModel | Model that supplies content to views |
QHelpContentWidget | Tree view for displaying help content model items |
QHelpEngine | Access to contents and indices of the help engine |
QHelpEngineCore | The core functionality of the help system |
QHelpIndexModel | Model that supplies index keywords to views |
QHelpIndexWidget | List view displaying the QHelpIndexModel |
QHelpSearchEngine | Access to widgets reusable to integrate fulltext search as well as to index and search documentation |
QHelpSearchQuery | Contains the field name and the associated search term |
QHelpSearchQueryWidget | Simple line edit or an advanced widget to enable the user to input a search term in a standardized input mask |
QHelpSearchResultWidget | Either a tree widget or a text browser depending on the used search engine to display the hits found by the search |
To include the definitions of the module's classes, use the following directive:
#include <QtHelp>
To link against the module, add this line to your qmake .pro file:
CONFIG += help
These classes are part of the Open Source Versions of Qt and Qt Full Framework Edition for commercial users.
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.
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).
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.
Copyright (C) 2003-2006 Ben van Klinken and the CLucene Team
Changes are Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
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.
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.
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
See also The Qt Help Framework.
[Previous: QtUiTools Module] [All Qt Modules] [Next: QtTest Module]
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.6-snapshot | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com