Qt 5.15
Qt WebEngine
C++ Classes
QQuickWebEngineProfile
Qt 5.15.7 Reference Documentation
List of All Members for QQuickWebEngineProfile
This is the complete list of members for
QQuickWebEngineProfile
, including inherited members.
enum
HttpCacheType
enum
PersistentCookiesPolicy
QQuickWebEngineProfile
(QObject *)
cachePathChanged
()
downloadFinished
(QQuickWebEngineDownloadItem *)
downloadPathChanged
()
downloadRequested
(QQuickWebEngineDownloadItem *)
httpAcceptLanguageChanged
()
httpCacheMaximumSizeChanged
()
httpCacheTypeChanged
()
httpUserAgentChanged
()
offTheRecordChanged
()
persistentCookiesPolicyChanged
()
persistentStoragePathChanged
()
presentNotification
(QWebEngineNotification *)
spellCheckEnabledChanged
()
spellCheckLanguagesChanged
()
storageNameChanged
()
cachePath
() const : QString
clearHttpCache
()
clientCertificateStore
() : QWebEngineClientCertificateStore *
cookieStore
() const : QWebEngineCookieStore *
defaultProfile
() : QQuickWebEngineProfile *
downloadPath
() const : QString
httpAcceptLanguage
() const : QString
httpCacheMaximumSize
() const : int
httpCacheType
() const : QQuickWebEngineProfile::HttpCacheType
httpUserAgent
() const : QString
installUrlSchemeHandler
(const QByteArray &, QWebEngineUrlSchemeHandler *)
isOffTheRecord
() const : bool
isSpellCheckEnabled
() const : bool
persistentCookiesPolicy
() const : QQuickWebEngineProfile::PersistentCookiesPolicy
persistentStoragePath
() const : QString
removeAllUrlSchemeHandlers
()
removeUrlScheme
(const QByteArray &)
removeUrlSchemeHandler
(QWebEngineUrlSchemeHandler *)
setCachePath
(const QString &)
setDownloadPath
(const QString &)
setHttpAcceptLanguage
(const QString &)
setHttpCacheMaximumSize
(int )
setHttpCacheType
(
QQuickWebEngineProfile::HttpCacheType
)
setHttpUserAgent
(const QString &)
setOffTheRecord
(bool )
setPersistentCookiesPolicy
(
QQuickWebEngineProfile::PersistentCookiesPolicy
)
setPersistentStoragePath
(const QString &)
setSpellCheckEnabled
(bool )
setSpellCheckLanguages
(const QStringList &)
setStorageName
(const QString &)
setUrlRequestInterceptor
(QWebEngineUrlRequestInterceptor *)
spellCheckLanguages
() const : QStringList
storageName
() const : QString
urlSchemeHandler
(const QByteArray &) const : const QWebEngineUrlSchemeHandler *
userScripts
() : QQmlListProperty<QQuickWebEngineScript>