Hm,i don't actually see anything that might bring any kind of "output window" in this application...There is a label (statusLabel) that you use for displaying short status messages.
In case is if it doesn't display anything but the intial string,use qDebug() to track your application's execution process more precisely.
(Don't forget to include "config += console " in a .pro file )