Module implementing a scheme access handler for QtHelp.
ExtensionMap |
QtDocPath |
QtHelpSchemeHandler | Class implementing a scheme handler for the qthelp: scheme. |
QtHelpSchemeReply | Class implementing a reply for a requested qthelp: page. |
None |
Class implementing a scheme handler for the qthelp: scheme.
None |
None |
QtHelpSchemeHandler | Constructor |
__replyClosed | Private slot handling the closed signal of a reply. |
requestStarted | Public method handling the URL request. |
None |
Constructor
Private slot handling the closed signal of a reply.
Public method handling the URL request.
Class implementing a reply for a requested qthelp: page.
None |
None |
QtHelpSchemeReply | Constructor |
__loadQtHelpPage | Private method to load the requested QtHelp page. |
__mimeFromUrl | Private method to guess the mime type given an URL. |
bytesAvailable | Public method to get the number of available bytes. |
close | Public method used to cloase the reply. |
mimeType | Public method to get the reply mime type. |
readData | Public method to retrieve data from the reply object. |
None |
Constructor
Private method to load the requested QtHelp page.
Private method to guess the mime type given an URL.
Public method to get the number of available bytes.
Public method used to cloase the reply.
Public method to get the reply mime type.
Public method to retrieve data from the reply object.