> -----Original Message-----
> From: Interest [mailto:interest-boun...@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 
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to