Uses of Class
io.qt.webengine.widgets.QWebEnginePage.Feature
Package | Description |
---|---|
io.qt.webengine.widgets |
-
Uses of QWebEnginePage.Feature in io.qt.webengine.widgets
Fields in io.qt.webengine.widgets with type parameters of type QWebEnginePage.Feature Modifier and Type Field Description QObject.Signal2<QUrl,QWebEnginePage.Feature>
QWebEnginePage. featurePermissionRequestCanceled
QObject.Signal2<QUrl,QWebEnginePage.Feature>
QWebEnginePage. featurePermissionRequested
Methods in io.qt.webengine.widgets that return QWebEnginePage.Feature Modifier and Type Method Description static QWebEnginePage.Feature
QWebEnginePage.Feature. resolve(int value)
Returns the corresponding enum entry for the given value.static QWebEnginePage.Feature
QWebEnginePage.Feature. valueOf(String name)
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.Methods in io.qt.webengine.widgets with parameters of type QWebEnginePage.Feature Modifier and Type Method Description void
QWebEnginePage. setFeaturePermission(QUrl securityOrigin, QWebEnginePage.Feature feature, QWebEnginePage.PermissionPolicy policy)