Re: [Interest] Emit Signal From JavaScript

2020-09-24 Thread Peter Klein
š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

Re: [Interest] Emit Signal From JavaScript

2020-09-24 Thread Tomasz Siekierda
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

[Interest] Emit Signal From JavaScript

2020-09-24 Thread John M. Schneiderman
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