<div dir="ltr">Hello,<div><br></div><div>We're starting a new project, no C++ code or Python code.</div><div>In fact, we're porting a bunch of Tcl code.</div><div><br></div><div>Anyway, at the end of this project I'd like to have a Qt GUI where a developer can create a new tool for the application in either C++ or Python.</div><div><br></div><div>My question:</div><div>What is the best approach for something like this?</div><div><br></div><div>My assumption:</div><div>Please don't dwell on this if it is completely wrong, just disregard it and answer the above question.</div><div>Assumption: the host should be PyQt since PyQt can integrate C++ components via SIP but a C++/Qt application cannot easily integrate a PyQt component.</div><div>Another assumption: My PyQt stuff would be able to connect to C++ signals / Slots but my C++ stuff would not be able to connect to my Python signals / slots.  Is this true?</div><div><br></div><div>Thanks in advance,</div><div>~Eric</div><div><br></div></div>