I don't think there are and ever will be plans for such thing. But if you want it, you can use qInstallMsgHandler() to redirect output from tests to your own class that can then display results in a GUI. I'm sure converting output to a series of QTableWidgetItems or QTreeWidgetItems shouldn't take more than an hour of work. Especially that you can make the test output in xml format, so it's easy to process such output. On the other hand you can just take the xml output and apply a xsl template on it to have a pretty result as HTML. As far as I remember, that's exactly what Trolltech does with its tests.