I'm currently working on a project in which I need to have several terminals to display SSH sessions on several distant machines. Until now I was using a normal XTerm to display the sessions, but it's not very ergonomic when the number of machines increases, so I decided to use an integrated terminal in my application main window. So does anyone have an idea how to integrate a terminal into a Qt application? However I'd like to take advantage of Qt's portability, so I don't want to use KDE classes (as I already saw such examples).
Thanks in advance!