PDA

View Full Version : Getting main app process



dcypher
2nd April 2013, 22:39
Hello, Is there a way to make reference to my main app process?? I have worked with QProcess and it's very easy to use the signal readyReadStandardOutput(), has my main app a similar signal that I can use in order to capture the output of my programm?

wysota
2nd April 2013, 22:52
What kind of output? Have you seen qInstallMessageHandler()?

amleto
2nd April 2013, 22:54
std::cout, std::cerr

cplusplus.com/reference/iostream/