QHelpContentItem Class Reference

[ QtHelp module]

QHelpContentItem 类提供的项用于 QHelpContentModel . 更多...

方法


详细描述

QHelpContentItem 类提供的项用于 QHelpContentModel .


方法文档编制

QHelpContentItem QHelpContentItem.child ( self , int  row )

Returns the child of the content item in the give row .

另请参阅 parent ().

int QHelpContentItem.childCount ( self )

返回子级项数。

int QHelpContentItem.childPosition ( self , QHelpContentItem   child )

Returns the position of a given child .

QHelpContentItem QHelpContentItem.parent ( self )

Returns the parent content item.

int QHelpContentItem.row ( self )

Returns the row of this item from its parents view.

QString QHelpContentItem.title ( self )

Returns the title of the content item.

QUrl QHelpContentItem.url ( self )

Returns the URL of this content item.