QHelpContentWidget¶
The QHelpContentWidget
class provides a tree view for displaying help content model items. More…
Synopsis¶
Functions¶
def
indexOf
(link)
Signals¶
def
linkActivated
(link)
Detailed Description¶
- class PySide6.QtHelp.QHelpContentWidget¶
- PySide6.QtHelp.QHelpContentWidget.indexOf(link)¶
- Parameters
link –
PySide6.QtCore.QUrl
- Return type
Returns the index of the content item with the link
. An invalid index is returned if no such an item exists.
- PySide6.QtHelp.QHelpContentWidget.linkActivated(link)¶
- Parameters
link –
PySide6.QtCore.QUrl
© 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.