Uses of Class
io.qt.webengine.widgets.QWebEngineSettings.WebAttribute
Package | Description |
---|---|
io.qt.webengine.widgets |
-
Uses of QWebEngineSettings.WebAttribute in io.qt.webengine.widgets
Methods in io.qt.webengine.widgets that return QWebEngineSettings.WebAttribute Modifier and Type Method Description static QWebEngineSettings.WebAttribute
QWebEngineSettings.WebAttribute. resolve(int value)
Returns the corresponding enum entry for the given value.static QWebEngineSettings.WebAttribute
QWebEngineSettings.WebAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static QWebEngineSettings.WebAttribute[]
QWebEngineSettings.WebAttribute. 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 QWebEngineSettings.WebAttribute Modifier and Type Method Description void
QWebEngineSettings. resetAttribute(QWebEngineSettings.WebAttribute attr)
void
QWebEngineSettings. setAttribute(QWebEngineSettings.WebAttribute attr, boolean on)
boolean
QWebEngineSettings. testAttribute(QWebEngineSettings.WebAttribute attr)