[Interest] Handle frames and web forms with QWebEngine

NoRulez norulez at me.com
Wed Nov 18 12:19:33 CET 2015


Is there an example for such approach?

> Am 18.11.2015 um 10:12 schrieb Koehne Kai <Kai.Koehne at theqtcompany.com>:
> 
> 
> 
>> -----Original Message-----
>> From: Interest [mailto:interest-bounces at qt-project.org] On Behalf Of NoRulez
>> 
>> Hi,
>> 
>> What is the preferred way to handle web forms (iterate over it like
>> QWebCollection does in QWebKit), search for frames by name and get notified
>> when a frame is created? (Was a signal in QWebKit)
> 
> The general approach is to load/inject JavaScript into the page that takes care of this, and communicates with the C++ world either by return value, or QWebChannel.
> 
> Hope this helps,
> 
> Kai 



More information about the Interest mailing list