QWebPage Proxy Page
Functions
int | qWebKitMajorVersion() |
int | qWebKitMinorVersion() |
Function Documentation
int qWebKitMajorVersion()
Returns the 'major' version number of WebKit at run-time as an integer (for example, 531). This is the version of WebKit the application was compiled against.
This function was introduced in Qt 4.6.
See also qWebKitVersion().
int qWebKitMinorVersion()
Returns the 'minor' version number of WebKit at run-time as an integer (for example, 3). This is the version of WebKit the application was compiled against.
This function was introduced in Qt 4.6.
See also qWebKitVersion().