Uses of Class
io.qt.webengine.widgets.QWebEngineProfile.HttpCacheType
Package | Description |
---|---|
io.qt.webengine.widgets |
-
Uses of QWebEngineProfile.HttpCacheType in io.qt.webengine.widgets
Methods in io.qt.webengine.widgets that return QWebEngineProfile.HttpCacheType Modifier and Type Method Description QWebEngineProfile.HttpCacheType
QWebEngineProfile. httpCacheType()
static QWebEngineProfile.HttpCacheType
QWebEngineProfile.HttpCacheType. resolve(int value)
Returns the corresponding enum entry for the given value.static QWebEngineProfile.HttpCacheType
QWebEngineProfile.HttpCacheType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QWebEngineProfile.HttpCacheType[]
QWebEngineProfile.HttpCacheType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.webengine.widgets with parameters of type QWebEngineProfile.HttpCacheType Modifier and Type Method Description void
QWebEngineProfile. setHttpCacheType(QWebEngineProfile.HttpCacheType arg__1)