Re: [PyQt] Connect PyQt signal to C++ slot

2011-05-02 Thread Phil Thompson
On Sun, 01 May 2011 20:16:53 -0500, Jack Cosgrove wrote: > I will describe the general task I am performing beforehand as there may > be better way to do it than I am currently trying. > > I am making a Python editor and console using Qt. This includes a > QScintilla editor and a QTextEdit for te

[PyQt] Connect PyQt signal to C++ slot

2011-05-01 Thread Jack Cosgrove
I will describe the general task I am performing beforehand as there may be better way to do it than I am currently trying. I am making a Python editor and console using Qt. This includes a QScintilla editor and a QTextEdit for terminal output. I want to "pipe" stdout and stderr from the Python in