Is there some example of people embedding ipython-qt console inside their C++/Qt application? I've only seen examples of people embedding that in PyQt applications.
What I would like to do is at the end something like the console example available for PythonQt, where from a console with autocompletition, one can modify internal status of c++ variables.
Maybe is it possible thanks to an additional layer of binding of C++ methods via Boost.Python?