PDA

View Full Version : Qwebframe loadfinsihed



Ini
29th February 2016, 18:59
Hello,

i need to know which frame has finished Loading. Can i pass a pointer to it to the connected slot?

I cannot make it work with qsignalmapper i dont know why.

pls help

anda_skoa
29th February 2016, 19:30
QObject::sender() will help.

Cheers,
_

Ini
29th February 2016, 20:19
thank you that really helps.

Why does view->page()->mainFrame() emit loadfinsihed 2 times ?