[QtHelp module]
该QHelpContentItem类提供的项目与使用QHelpContentModel。More…
Methods
QHelpContentItem child (self, int row)
int childCount (self)
int childPosition (self, QHelpContentItem child)
QHelpContentItem parent (self)
int row (self)
QString title (self)
QUrl url (self)
Detailed Description
该QHelpContentItem类提供的项目与使用QHelpContentModel。
Method Documentation
QHelpContentItem QHelpContentItem.child (self, int row)
[
返回的内容项的子在该给予row。
](docs_qhelpcontentitem.html)
int QHelpContentItem.childCount (self)
返回子项的数量。
int QHelpContentItem.childPosition (self, QHelpContentItem child)
返回给定位置child。
QHelpContentItem QHelpContentItem.parent (self)
[
返回父内容项目。
int QHelpContentItem.row (self)
从它的父母视图返回此项目的行。
QString QHelpContentItem.title (self)
返回内容项目的标题。
](docs_qhelpcontentitem.html)
QUrl QHelpContentItem.url (self)
[
返回此内容项的URL 。
](docs_qurl.html)