File: README.md

package info (click to toggle)
qtermwidget 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,684 kB
  • sloc: cpp: 14,226; python: 57; makefile: 12
file content (8 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
A simple example showing how to use QTermWidget to control and display a remote terminal.

To run this example, you should: 
1. Build client-side program. In my PC, I use 'apt-get' to install the QTermWidget library.
2. Start the shell-srv.py with specific parameters.This will expose a shell via socket.
3. Start the client-side program from commandline with specific parameters.

Now you will get your own remote terminal work with QTermWidget.