QHelpEngine Class Reference

[ QtHelp module]

The QHelpEngine class provides access to contents and indices of the help engine. 更多...

继承 QHelpEngineCore .

方法


详细描述

The QHelpEngine class provides access to contents and indices of the help engine.


方法文档编制

QHelpEngine.__init__ ( self , QString  collectionFile , QObject   parent  = None)

parent argument, if not None, causes self to be owned by Qt instead of PyQt.

构造新帮助引擎,采用给定 parent 。 help engine uses the information stored in the collectionFile for providing help. If the collection file does not already exist, it will be created.

QHelpContentModel QHelpEngine.contentModel ( self )

返回内容模型。

QHelpContentWidget QHelpEngine.contentWidget ( self )

返回内容 Widget。

QHelpIndexModel QHelpEngine.indexModel ( self )

返回索引模型。

QHelpIndexWidget QHelpEngine.indexWidget ( self )

返回索引 Widget。

QHelpSearchEngine QHelpEngine.searchEngine ( self )

返回默认搜索引擎。