QHelpContentItem¶
The QHelpContentItem
class provides an item for use with QHelpContentModel
. More…
Synopsis¶
Functions¶
def
child
(row)def
childCount
()def
childPosition
(child)def
parent
()def
row
()def
title
()def
url
()
Detailed Description¶
- class PySide6.QtHelp.QHelpContentItem(QHelpContentItem)¶
- Parameters
QHelpContentItem –
PySide6.QtHelp.QHelpContentItem
- PySide6.QtHelp.QHelpContentItem.child(row)¶
- Parameters
row – int
- Return type
Returns the child of the content item in the give row
.
See also
- PySide6.QtHelp.QHelpContentItem.childCount()¶
- Return type
int
Returns the number of child items.
- PySide6.QtHelp.QHelpContentItem.childPosition(child)¶
- Parameters
child –
PySide6.QtHelp.QHelpContentItem
- Return type
int
Returns the position of a given child
.
- PySide6.QtHelp.QHelpContentItem.parent()¶
- Return type
Returns the parent content item.
- PySide6.QtHelp.QHelpContentItem.row()¶
- Return type
int
Returns the row of this item from its parents view.
- PySide6.QtHelp.QHelpContentItem.title()¶
- Return type
str
Returns the title of the content item.
- PySide6.QtHelp.QHelpContentItem.url()¶
- Return type
Returns the URL of this content item.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.