Hi, 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 :-)