Qt 6.11 is out! See what's new in the release
blog
[SOLVED]How can I access "browser" data from WebView element and pass over to QML?
QML and Qt Quick
2
Posts
2
Posters
2.4k
Views
1
Watching
-
Hi,
I have stumbled across an issue recently:
I use WevView QML Element to access certain website.
THe site loads great and I can interact with it.But how can I grab some of the site's data and pass it over to other QML Elements? is there a way to "read" the web data?
UPDATE:
I need to read the manual carefully (but I wish they had more examples) - I solved my issue via javascriptEvaluate