[PyQt] Embed Console/Terminal in PyQT software

Henning Schröder henning.schroeder at gmail.com
Mon Mar 17 11:12:23 GMT 2014


Hello,
here is an example how to embed xterm into PyQt with QX11EmbedContainer:
https://bitbucket.org/henning/pyqtwidgets/raw/20582fc4feb0e330366844cf2c7fe27a8ff093b4/qtwidgets/x11/terminal.py
I also once wrote a simple terminal widget in PyQt:
http://pyqtermwidget.readthedocs.org/en/latest/

Greets
Henning



On Sat, Mar 15, 2014 at 12:11 PM, Francesco OpenCode Apruzzese <
opencode at e-ware.org> wrote:

> Hi all,
>
> I'm searching an help for this problem but all my searches are a failure.
>
> I need to embed a GNU/Linux terminal (set by user) in a Qwidget (or
> other..it' not important). Now I can embed xterm because I use -into
> parameter but xterm doesn't adapt its dimension to QWidget dimension. So I
> need to use a dynamic value to choose a terminal selected by user and embed
> it in my software.
>
> Can anyone help me, please?
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140317/8c989f71/attachment.html>


More information about the PyQt mailing list