When connecting a QProcess executable (under Windows) to the readyReadStandardOutput signal, the slot function is never called.

The executable is running fine, as can be seen thru other outputs.

The slot function uses the readAllStandardOutput function, is running as a QThread
instance, but seemingly is not accessed by the QT event signalling system.