QScriptEngineDebugger inside my own Widget
-
Hello Qt community,
I've been reading some examples regarding the QScriptEngineDebugger, and apparently this script tool shows itself as a new window when some exception occurs while evaluating some script code.
What I would like is to have the possibility of displayin the QScriptEngineDebugger widget inside my own...let's say QMainwindow instance for example.
I don't know if this is possible but I would like to be able to move this QScriptEngineDebugger widget window at will and place it where I want it to be.
Any comment regarding this topic is appreciated.
Thanks in advace !!