št 24. 9. 2020 o 11:52 John M. Schneiderman
napísal(a):
> I have a QObject available on the JavasScript side of the Qt WebEngine.
> I can read properties, call slots, etc. However I cannot emit signals
> from the object. I cannot find documentation on how to do that, e.g.
>
> window.cppobj.signal
On Thu, 24 Sep 2020 at 11:54, John M. Schneiderman
wrote:
> I have a QObject available on the JavasScript side of the Qt WebEngine.
> I can read properties, call slots, etc. However I cannot emit signals
> from the object. I cannot find documentation on how to do that, e.g.
>
> window.cppobj.sign
I have a QObject available on the JavasScript side of the Qt WebEngine.
I can read properties, call slots, etc. However I cannot emit signals
from the object. I cannot find documentation on how to do that, e.g.
window.cppobj.signal
I can of course have a slot called emitSignal, but that seems