LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to embed xterm in qt-3 application? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-embed-xterm-in-qt-3-application-760262/)

maradnus 10-07-2009 04:43 AM

How to embed xterm in qt-3 application?
 
Dear all,

How to embed xterm in qt-3 application?

Kindly help me.

Thanks

lutusp 10-08-2009 02:45 PM

Quote:

Originally Posted by maradnus (Post 3710749)
Dear all,

How to embed xterm in qt-3 application?

Kindly help me.

Thanks

1. Why are you using QT3? It is no longer supported. Everything you write will be inoperable in a few more years.

2. This can be done -- it involves creating a system session behind the scenes using "popen()" or a similar function, reading and writing to the pipes you've created, and showing the results in a text view.


All times are GMT -5. The time now is 07:11 PM.