Alf Gaida 61cadf1659 Cherry-picking upstream release: 0.9.0.
* Moved debian/.gitignore to ./.gitignore
* Bumped build dependency lxqt-build-tools to >= 0.5.0~
* Removed cmake fix, applied upstream
* Added some options to rules
* Added some new symbols
2018-05-24 01:11:16 +02:00
..

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 paramenters.This will expose a shell via socket.
  3. Start the client-side program from commandline with specific paramenters.

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