Quote Originally Posted by mspms View Post
We dont have access to the QT code where the signal is emitted.
Of course you do.
The Qt sources are part of every download, the code repository is publically accessible and there is a web base code browser.

Quote Originally Posted by mspms View Post
Can you please let us know any alternative method of determining where 'ok' is set to false?
Alternatively set a break point in your slot, look at the call stack, find the method inside QtQWebKit before the signal handling code in QObject, set a break point there.

In any case, as d_stranz has said, the signal is documented.

Cheers,
_