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 |
createPopupMenu | Method called to create a context menu. |
keyPressEvent | Method called by a key press. |
keyReleaseEvent | Method called by a key release. |
openLinkInNewWindow | Method used to called by the context menu to open a link in a new window. |
procExited | Private slot to handle the processExited signal. |
setSource | Method used to set the source to be displayed. |
Constructor
Method called to create a context menu. This method is overridden from QTextBrowser.
Method called by a key press. This method is overridden from QTextBrowser.
Method called by a key release. This method is overridden from QTextBrowser.
Method used to called by the context menu to open a link in a new window.
Private slot to handle the processExited signal.
Method used to set the source to be displayed. This method is overridden from QTextBrowser.