QWebEngineView - Asynchronous functions and Exposing QObjects to the script engine
Unsolved
General and Desktop
-
wrote on 18 Jul 2020, 12:08 last edited by
Currently I prepare for the Widgets UI Exam.
In the curriculum under
QWebEngineView
is stated to know:Asynchronous functions
Exposing QObjects to the script Engine
What do they mean with asynchronous functions? Could It be the slots of
QWebEngineView
which would be simplyback()
,forward()
,reload()
andstop()
?And what could mean
Exposing QObjects to the script Engine
withQWebEngineView
? From what I found you can run javascript code wihtQWebEnginePage
?
1/1