eric7.QtHelpInterface.HelpTopicDialog
Module implementing a dialog to select a help topic to display.
Global Attributes
Classes
HelpTopicDialog |
Class implementing a dialog to select a help topic to display. |
Functions
HelpTopicDialog
Class implementing a dialog to select a help topic to display.
Derived from
QDialog, Ui_HelpTopicDialog
Class Attributes
Class Methods
Methods
Static Methods
HelpTopicDialog (Constructor)
HelpTopicDialog(parent, helpKeyword, documents)
Constructor
- parent (QWidget)
-
reference to the parent widget
- helpKeyword (str)
-
keyword for the link set
- documents (list of QHelpLink)
-
list of help document link data structures
HelpTopicDialog.document
document()
Public method to retrieve the selected help topic.
- Return:
-
help document link for the selected help topic
- Return Type:
-
QHelpLink