Uses of Enum
io.qt.webengine.widgets.QWebEnginePage.Feature
-
Uses of QWebEnginePage.Feature in io.qt.webengine.widgets
Modifier and TypeFieldDescriptionQWebEnginePage.featurePermissionRequestCanceled
SeeQWebEnginePage::
featurePermissionRequestCanceled(QUrl, QWebEnginePage::Feature) QWebEnginePage.featurePermissionRequested
SeeQWebEnginePage::
featurePermissionRequested(QUrl, QWebEnginePage::Feature) Modifier and TypeMethodDescriptionstatic QWebEnginePage.Feature
QWebEnginePage.Feature.resolve
(int value) Returns the corresponding enum entry for the given value.static QWebEnginePage.Feature
Returns the enum constant of this type with the specified name.static QWebEnginePage.Feature[]
QWebEnginePage.Feature.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
QWebEnginePage.setFeaturePermission
(QUrl securityOrigin, QWebEnginePage.Feature feature, QWebEnginePage.PermissionPolicy policy) SeeQWebEnginePage::
setFeaturePermission(QUrl, QWebEnginePage::Feature, QWebEnginePage::PermissionPolicy)