
We bake cookies in your browser for a better experience. Using this site means that you consent.Read More
TheQHelpContentItem class provides an item for use withQHelpContentModel.More...
| Header: | #include <QHelpContentItem> |
| Since: | Qt 4.4 |
| ~QHelpContentItem() | |
| QHelpContentItem * | child(int row) const |
| int | childCount() const |
| int | childPosition(QHelpContentItem * child) const |
| QHelpContentItem * | parent() const |
| int | row() const |
| QString | title() const |
| QUrl | url() const |
TheQHelpContentItem class provides an item for use withQHelpContentModel.
Destroys the help content item.
Returns the child of the content item in the giverow.
See alsoparent().
Returns the number of child items.
Returns the position of a givenchild.
Returns the parent content item.
Returns the row of this item from its parents view.
Returns the title of the content item.
Returns the URL of this content item.
© 2016 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 theGNU 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.