go into js for get variable from method
Unsolved
QtWebEngine
-
Good morning
From my limited experience I think it can't be done but I would like to post my question anyway.
With a signal I can return to the JS location of the from where I'm working.
But is it possible that the same signal gives me a value back?
example:emit returnvalue = getValueintoVariableJS(); if(returnvalue == true) { . . . . } else { . . . . }
La necessità nasce dal bisogno del valore per procedere con il methodo da cui ho lanciato il signal ma il valore è in una variabile dinamica js nel form. La variabile si modifica nel tempo e quindi non basta leggerla la prima volta.
Grazie