We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8998b commit 7a8a2feCopy full SHA for 7a8a2fe
1 file changed
generator/typesystem_webenginewidgets.xml
@@ -4,6 +4,11 @@
4
<object-type name="QWebEngineView">
5
</object-type>
6
<object-type name="QWebEnginePage">
7
+ <inject-code class="pywrap-h" since-version="6">
8
+ void runJavaScript(QWebEnginePage* theWrappedObject, const QString& scriptSource, quint32 worldId = 0) {
9
+ theWrappedObject->runJavaScript(scriptSource, worldId);
10
+ }
11
+ </inject-code>
12
13
14
<object-type name="QWebChannel"/>
0 commit comments