java.lang.Object
io.qt.webengine.quick.QtWebEngineQuick
Helper functions for the Qt WebEngine (Qt Quick) module
Java wrapper for Qt header file QtWebEngineQuick
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static QWebEngineScriptCollection
toWebEngineScriptCollection
(QObject quickWebEngineScriptCollection) Allows accessing the QWebEngineScriptCollection inside of a QQuickWebEngineScriptCollection (internal type).static QWebEngineSettings
toWebEngineSettings
(QObject quickWebEngineSettings) Allows accessing the QWebEngineSettings inside of a QQuickWebEngineSettings (internal type).
-
Method Details
-
initialize
public static void initialize() -
toWebEngineSettings
Allows accessing the QWebEngineSettings inside of a QQuickWebEngineSettings (internal type).- Parameters:
quickWebEngineSettings
- QQuickWebEngineSettings object- Returns:
- QWebEngineSettings
-
toWebEngineScriptCollection
public static QWebEngineScriptCollection toWebEngineScriptCollection(QObject quickWebEngineScriptCollection) Allows accessing the QWebEngineScriptCollection inside of a QQuickWebEngineScriptCollection (internal type).- Parameters:
quickWebEngineScriptCollection
- QQuickWebEngineScriptCollection object- Returns:
- QWebEngineScriptCollection
-