Qt 6.11 is out! See what's new in the release
blog
WebEngineView experimental differs from WebView experimental
General and Desktop
1
Posts
1
Posters
806
Views
1
Watching
-
Hi,
I have switched from WebView to WebEngineView using Qt 5.4
But I noticed something is missing, the itemSelector which was in WebView is not in WebEngineView so the question is how to implement the item selector? This was done easily before as is shown:
experimental.itemSelector: ItemSelector {}
Thanks,
Drew