python - PySide embeded Terminal Emulator -


i making application using pyside. want embed terminal emulator (like linux konsole, or xterm). want have in application , not open new window.

does know of python libraries can this? , how incorporate it, have use special qwidget run properly?

i able run linux commands. how can done?

you can create terminal python subprocess. put down little more info here terminal app in pyside .

to embed in application add widget layout.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -