I need to run multiple instances of PuTTY utility and put the console into a QT4 application window.

Basically, the utility QT4 will act as a clearinghouse, keeping all data connections and calling PuTTY with the correct parameters.

But the screen d PuTTY should stay inside the program window QT4.

So, I need a way to interact with the console program in real time, like I was interacting with a telnet client.

Has anyone done something similar or knows how to reach the result described above?