Qt 6.11 is out! See what's new in the release
blog
QWebEngineView - Asynchronous functions and Exposing QObjects to the script engine
-
Currently I prepare for the Widgets UI Exam.
In the curriculum under
QWebEngineViewis stated to know:Asynchronous functions
Exposing QObjects to the script Engine
What do they mean with asynchronous functions? Could It be the slots of
QWebEngineViewwhich would be simplyback(),forward(),reload()andstop()?And what could mean
Exposing QObjects to the script EnginewithQWebEngineView? From what I found you can run javascript code wihtQWebEnginePage?