The QtHelp 模块提供用于在应用程序中集成在线文档编制的类。 更多...
| QHelpContentItem | 用于 QHelpContentModel 的项 |
| QHelpContentModel | 向视图供给内容的模型 |
| QHelpContentWidget | 用于显示帮助内容模型项的树视图 |
| QHelpEngine | 访问帮助引擎的内容和索引 |
| QHelpEngineCore | 帮助系统的核心功能 |
| QHelpIndexModel | 向视图供给索引关键字的模型 |
| QHelpIndexWidget | 列表视图显示 QHelpIndexModel |
| QHelpSearchEngine | 访问可重用 Widget 以集成全文本搜索、索引及搜索文档编制 |
| QHelpSearchQuery | Contains the field name and the associated search term |
| QHelpSearchQueryWidget | 使用户能够在标准化输入掩码中输入搜索术语的简单行编辑或高级 Widget |
| QHelpSearchResultWidget | Either a tree widget or a text browser depending on the used search engine to display the hits found by the search |
由 Qt 供给的类和工具使开发者能够在应用程序中包括在线帮助和文档编制,更详细描述在 Qt Help 框架 概述文档。
要包括模块类定义,使用以下指令:
#include <QtHelp>
要链接到模块,添加此行到
qmake
.pro
文件:
CONFIG += help
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) 2015 The Qt Company Ltd.
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
另请参阅 Qt Help 框架 .