Do you compile that C code along with Qt-based code or does it come as a library? Because you can simply implement your own printf that would be called by C code. Otherwise you will have to somehow plug into stdout and stderr and read the data from there.
Bookmarks