You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qtermwidget-packaging/pyqt
Alf Gaida 914a21ece4
Cherry-picking upstream release 0.8.0.
7 years ago
..
README.md Cherry-picking upstream release 0.8.0. 7 years ago
config-old.py Cherry-picking upstream release: 0.7.0 8 years ago
config.py Cherry-picking upstream release 0.8.0. 7 years ago
config.py.in Cherry-picking upstream release: 0.7.0 8 years ago
qtermwidget.sip Cherry-picking upstream release 0.8.0. 7 years ago
qtermwidgetconfig.py Cherry-picking upstream release: 0.7.0 8 years ago
test.py Cherry-picking upstream release: 0.7.0 8 years ago

README.md

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