WebEngineProfile
Qt Base Class: QWebEngineProfile
Signature: QWebEngineProfile(self, name: str, parent: Optional[PySide6.QtCore.QObject] = None) -> None
QWebEngineProfile(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None
Base classes
Name | Children | Inherits |
---|---|---|
ObjectMixin prettyqt.core.object |
||
QWebEngineProfile PySide6.QtWebEngineCore QWebEngineProfile(self, name: str, parent: Optional[PySide6.QtCore.QObject] \= None) -> None |
⋔ Inheritance diagram
graph TD
1473574747376["webenginecore.WebEngineProfile"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473574676128["QtWebEngineCore.QWebEngineProfile"]
1473288842240["QtCore.QObject"]
1473291690208["Shiboken.Object"]
1473299815024 --> 1473574747376
140713234304496 --> 1473299815024
1473574676128 --> 1473574747376
1473288842240 --> 1473574676128
1473291690208 --> 1473288842240
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: ObjectMixin
, QWebEngineProfile
Source code in prettyqt\webenginecore\webengineprofile.py
get_http_cache_type() -> HttpCacheTypeStr
get_persistent_cookie_policy() -> PersistentCookiePolicyStr
Return current persistent cookie policy.
Source code in prettyqt\webenginecore\webengineprofile.py
set_http_cache_type(typ: HttpCacheTypeStr | mod.PersistentCookiesPolicy)
Set the http cache type.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
typ |
HttpCacheTypeStr | PersistentCookiesPolicy
|
http cache type |
required |
set_persistent_cookie_policy(policy: PersistentCookiePolicyStr | mod.PersistentCookiesPolicy)
Set the persistent cookie policy.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
policy |
PersistentCookiePolicyStr | PersistentCookiesPolicy
|
persistent cookie policy |
required |
Source code in prettyqt\webenginecore\webengineprofile.py
⌗ Property table
Qt Property | Type | Doc |
---|---|---|
objectName |
QString |