Module implementing the helpbrowser.
HelpBrowser | Class implementing the helpbrowser widget. |
None |
Class implementing the helpbrowser widget.
This is a subclass of the Qt QTextBrowser to implement a custimized setSource method. The implementation was influenced by Qt Assistant, which is copyright by Trolltech AS.
HelpBrowser | Constructor |
__openLinkInNewTab | Private method called by the context menu to open a link in a new window. |
contextMenuEvent | Protected method called to create a context menu. |
keyPressEvent | Protected method called by a key press. |
keyReleaseEvent | Protected method called by a key release. |
setSource | Public method used to set the source to be displayed. |
Constructor
Private method called by the context menu to open a link in a new window.
Protected method called to create a context menu.
This method is overridden from QTextBrowser.
Protected method called by a key press.
This method is overridden from QTextBrowser.
Protected method called by a key release.
This method is overridden from QTextBrowser.
Public method used to set the source to be displayed.
This method is overridden from QTextBrowser.