List of All Members for WebView
This is the complete list of members for WebView, including inherited members.
- canGoBack : bool [read-only]
- canGoForward : bool [read-only]
- httpUserAgent : url
(since QtWebView 1.14) - loadProgress : int [read-only]
- loading : bool [read-only]
- settings : WebViewSettings
(since QtWebView 6.5)[read-only] - title : string [read-only]
- url : url
- cookieAdded(string domain, string name)
- cookieRemoved(string domain, string name)
- void deleteAllCookies()
(since QtWebView 6.3) - void deleteCookie(string domain, string name)
(since QtWebView 6.3) - void goBack()
- void goForward()
- httpUserAgentChanged(string userAgent)
- void loadHtml(string html, url baseUrl)
- loadProgressChanged(int loadProgress)
- loadingChanged(WebViewLoadRequest loadRequest)
- void reload()
- void runJavaScript(string script, variant callback)
- void setCookie(string domain, string name, string value)
(since QtWebView 6.3) - void stop()
- titleChanged(string title)
- urlChanged(url url)