Files
qmltermwidget/pyqt
Donnie West ab8a62fce6 This commit allows the consumer of qtermwidget to capture the (#111)
profileChanged signal and receive all of the settings change escape
codes

Fixes #110
2017-04-24 21:41:48 +02:00
..
2016-01-03 00:36:06 +00:00
2016-01-03 00:36:06 +00:00
2016-01-03 00:36:06 +00:00
2016-01-03 00:36:06 +00:00

PyQt5 Bindings for QTermWidget

INSTALL:

####1. Download, compile and install QTermWidget: $ git clone https://github.com/lxde/qtermwidget.git $ cd qtermwidget && mkdir build && cd build $ cmake .. $ make $ sudo make install If make install command will not work just copy the qtermwidget.so* files to /usr/lib directory. ####2. Install PyQt5 and PyQt5-devel if not yet installed. ####3. Configure, compile and install Python bindings. Execute in terminal in the qtermwidget bindings folder: $ cd pyqt/ $ QT_SELECT=5 python config.py $ make $ sudo make install

####4. You can run ./test.py to test the installed module.

ABOUT:

Curently maintained by:

Based on previous PyQt4 bindings by:

PyQt5 QTermWidget Bindings License: GPL3