redirecting console output from QTest to a widget or QString
Unsolved
General and Desktop
-
@ck_ee I don't understand the question. Do you want to write your own app where you use QTest and then show its output inside your app? If so you can start the tests in another process using QProcess and read its standard output (and standard error output) and insert the text in a text widget.
-
-
@ck_ee
i don't think using a custom message-handler works, but worth a try.