Uses of Enum
io.qt.webengine.widgets.QWebEngineSettings.WebAttribute
-
Uses of QWebEngineSettings.WebAttribute in io.qt.webengine.widgets
Modifier and TypeMethodDescriptionQWebEngineSettings.WebAttribute.resolve
(int value) Returns the corresponding enum entry for the given value.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.Modifier and TypeMethodDescriptionfinal void
QWebEngineSettings.resetAttribute
(QWebEngineSettings.WebAttribute attr) SeeQWebEngineSettings::
resetAttribute(QWebEngineSettings::WebAttribute) final void
QWebEngineSettings.setAttribute
(QWebEngineSettings.WebAttribute attr, boolean on) SeeQWebEngineSettings::
setAttribute(QWebEngineSettings::WebAttribute, bool) final boolean
QWebEngineSettings.testAttribute
(QWebEngineSettings.WebAttribute attr) SeeQWebEngineSettings::
testAttribute(QWebEngineSettings::WebAttribute)const