The ErrorPageExtensionOption class describes the option for the error page extension. 更多...
| 头: | #include <ErrorPageExtensionOption> |
| Since: | Qt 4.6 |
| 继承: |
| ErrorDomain | domain |
| int | error |
| QString | errorString |
| QWebFrame * | frame |
| QUrl | url |
The ErrorPageExtensionOption class describes the option for the error page extension.
The ErrorPageExtensionOption class holds the url for which an error occurred as well as the associated frame .
The error itself is reported by an error domain , error code as well as errorString .
另请参阅 QWebPage::extension () 和 QWebPage::ErrorPageExtensionReturn .
This variable holds the domain that reported the error.
This variable holds the error code. Interpretation of the value depends on the domain.
另请参阅 QWebPage::ErrorDomain .
This variable holds a string that describes the error.
This variable holds the frame associated with the error.
This variable holds the url for which an error occurred.