Module implementing the helpbrowser.
None |
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.
None |
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. |
findNextPrev | Public slot to find the next occurrence of a text. |
hasSelection | Public method to determine, if there is some text selected. |
keyPressEvent | Protected method called by a key press. |
keyReleaseEvent | Protected method called by a key release. |
selectedText | Public method to get the selected text. |
setSource | Public method used to set the source to be displayed. |
supportsSearchWholeWord | Public method to determine, if a word based search is supported. |
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.
Public slot to find the next occurrence of a text.
Public method to determine, if there is some text selected.
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 to get the selected text.
Public method used to set the source to be displayed.
This method is overridden from QTextBrowser.
Public method to determine, if a word based search is supported.