Module implementing the helpbrowser using QWebView.
None |
HelpBrowser | Class implementing the helpbrowser widget. |
None |
Class implementing the helpbrowser widget.
This is a subclass of the Qt QWebView to implement an interface compatible with the QTextBrowser based variant.
None |
HelpBrowser | Constructor |
__downloadDone | Private slot to handle the done signal of the download dialogs. |
__downloadRequested | Private slot to handle a download request. |
__iconChanged | Private slot to handle the icon change. |
__linkHovered | Private slot to handle the linkHovered signal. |
__loadFinished | Private method to handle the loadFinished signal. |
__loadProgress | Private method to handle the loadProgress signal. |
__loadStarted | Private method to handle the loadStarted signal. |
__openLinkInNewTab | Private method called by the context menu to open a link in a new window. |
__statusBarMessage | Private slot to handle the statusBarMessage signal. |
__unsupportedContent | Private slot to handle the unsupportedContent signal. |
__urlChanged | Private slot to handle the urlChanged signal. |
__webInspector | Private slot to show the web inspector window. |
backward | Public slot to move backwards in history. |
clearHistory | Public slot to clear the history. |
contextMenuEvent | Protected method called to create a context menu. |
copy | Public slot to copy the selected text. |
createWindow | Protected method called, when a new window should be created. |
documentTitle | Public method to return the title of the loaded page. |
findNextPrev | Public slot to find the next occurrence of a text. |
forward | Public slot to move forward in history. |
hasSelection | Public method to determine, if there is some text selected. |
home | Public slot to move to the first page loaded. |
isBackwardAvailable | Public method to determine, if a backwards move in history is possible. |
isForwardAvailable | Public method to determine, if a forward move in history is possible. |
keyPressEvent | Protected method called by a key press. |
keyReleaseEvent | Protected method called by a key release. |
preferencesChanged | Public method to indicate a change of the settings. |
reload | Public slot to reload the current page. |
setSource | Public method used to set the source to be displayed. |
setWebSettings | |
source | Public method to return the URL of the loaded page. |
supportsSearchWholeWord | Public method to determine, if a word based search is supported. |
zoomIn | Public slot to zoom into the page. |
zoomOut | Public slot to zoom out of the page. |
Constructor
Private slot to handle the done signal of the download dialogs.
Private slot to handle a download request.
Private slot to handle the icon change.
Private slot to handle the linkHovered signal.
Private method to handle the loadFinished signal.
Private method to handle the loadProgress signal.
Private method to handle the loadStarted signal.
Private method called by the context menu to open a link in a new window.
Private slot to handle the statusBarMessage signal.
Private slot to handle the unsupportedContent signal.
Private slot to handle the urlChanged signal.
Private slot to show the web inspector window.
Public slot to move backwards in history.
Public slot to clear the history.
Protected method called to create a context menu.
This method is overridden from QWebView.
Public slot to copy the selected text.
Protected method called, when a new window should be created.
Public method to return the title of the loaded page.
Public slot to find the next occurrence of a text.
Public slot to move forward in history.
Public method to determine, if there is some text selected.
Public slot to move to the first page loaded.
Public method to determine, if a backwards move in history is possible.
Public method to determine, if a forward move in history is possible.
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 indicate a change of the settings.
Public slot to reload the current page.
Public method used to set the source to be displayed.
This method is overridden from QTextBrowser.
Public method to return the URL of the loaded page.
Public method to determine, if a word based search is supported.
Public slot to zoom into the page.
Public slot to zoom out of the page.