eric6.WebBrowser.QtHelp.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, keyword, links)
Constructor
- parent
-
reference to the parent widget (QWidget)
- keyword
-
keyword for the link set (string)
- links
-
dictionary with help topic as key (string) and
URL as value (QUrl)
HelpTopicDialog.link
link()
Public method to the link of the selected topic.
- Returns:
-
URL of the selected topic (QUrl)