Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python - Qt. How to make a Terminal Window for Telnet or ssh server interaction

i am making a PyQt application, and i want to make something like a Terminal Window, where the user can interact with a Telnet or ssh server.

My first idea was to have a Window with a black QPlainTextEdit and a scrollbar.

I am new to python-Qt world and would appreciate some guidance. Any ideas?

Thanks :-)

like image 875
athspk Avatar asked Sep 21 '10 21:09

athspk


1 Answers

Here's a link to a terminal program written in C++ using Qt. I'm not sure how helpful it will be for the low level stuff but I'm sure the Qt parts will be helpful. http://sourceforge.net/projects/qtermwidget/

like image 116
Arnold Spence Avatar answered Sep 24 '22 01:09

Arnold Spence