[PyQt] Embed Console/Terminal in PyQT software

Philipp A. flying-sheep at web.de
Sat Mar 15 15:07:35 GMT 2014


do you use this? http://qt-project.org/doc/qt-4.8/qx11embedwidget.html

if so, it should resize the thing…

well, there is an easily embeddable modern terminal emulator: KDE’s Konsole

also see here:
http://stackoverflow.com/questions/6961312/console-terminal-widget-for-qt


2014-03-15 12:11 GMT+01:00 Francesco OpenCode Apruzzese <opencode at e-ware.org
>:

> 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/20140315/dd614036/attachment.html>


More information about the PyQt mailing list