QQuickWebEngineProfile — PyQt Documentation v5.15.7 (original) (raw)
PyQt5.QtWebEngine.QQuickWebEngineProfile
Inherits from QObject.
Description¶
TODO
Enums¶
HttpCacheType
TODO
Member | Value | Description |
---|---|---|
DiskHttpCache | TODO | TODO |
MemoryHttpCache | TODO | TODO |
NoCache | TODO | TODO |
PersistentCookiesPolicy
TODO
Member | Value | Description |
---|---|---|
AllowPersistentCookies | TODO | TODO |
ForcePersistentCookies | TODO | TODO |
NoPersistentCookies | TODO | TODO |
Methods¶
__init__(parent: QObject = None)
TODO
cachePath() → str
TODO
clearHttpCache()
TODO
clientCertificateStore() → QWebEngineClientCertificateStore
TODO
cookieStore() → QWebEngineCookieStore
TODO
@staticmethod
defaultProfile() → QQuickWebEngineProfile
TODO
downloadPath() → str
TODO
httpAcceptLanguage() → str
TODO
httpCacheMaximumSize() → int
TODO
httpCacheType() → HttpCacheType
TODO
httpUserAgent() → str
TODO
installUrlSchemeHandler(Union[QByteArray, bytes, bytearray], QWebEngineUrlSchemeHandler)
TODO
isOffTheRecord() → bool
TODO
isSpellCheckEnabled() → bool
TODO
isUsedForGlobalCertificateVerification() → bool
TODO
persistentCookiesPolicy() → PersistentCookiesPolicy
TODO
persistentStoragePath() → str
TODO
removeAllUrlSchemeHandlers()
TODO
removeUrlScheme(Union[QByteArray, bytes, bytearray])
TODO
removeUrlSchemeHandler(QWebEngineUrlSchemeHandler)
TODO
setCachePath(str)
TODO
setDownloadPath(str)
TODO
setHttpAcceptLanguage(str)
TODO
setHttpCacheMaximumSize(int)
TODO
setHttpCacheType(HttpCacheType)
TODO
setHttpUserAgent(str)
TODO
setOffTheRecord(bool)
TODO
setPersistentCookiesPolicy(PersistentCookiesPolicy)
TODO
setPersistentStoragePath(str)
TODO
setRequestInterceptor(QWebEngineUrlRequestInterceptor)
TODO
setSpellCheckEnabled(bool)
TODO
setSpellCheckLanguages(Iterable[str])
TODO
setStorageName(str)
TODO
setUrlRequestInterceptor(QWebEngineUrlRequestInterceptor)
TODO
setUseForGlobalCertificateVerification(bool)
TODO
spellCheckLanguages() → List[str]
TODO
storageName() → str
TODO
urlSchemeHandler(Union[QByteArray, bytes, bytearray]) → QWebEngineUrlSchemeHandler
TODO
Signals¶
cachePathChanged()
TODO
downloadPathChanged()
TODO
httpAcceptLanguageChanged()
TODO
httpCacheMaximumSizeChanged()
TODO
httpCacheTypeChanged()
TODO
httpUserAgentChanged()
TODO
offTheRecordChanged()
TODO
persistentCookiesPolicyChanged()
TODO
persistentStoragePathChanged()
TODO
presentNotification(QWebEngineNotification)
TODO
spellCheckEnabledChanged()
TODO
spellCheckLanguagesChanged()
TODO
storageNameChanged()
TODO
useForGlobalCertificateVerificationChanged()
TODO