printf("This machine calculated all prime numbers under %d %d times in %d
seconds\n", MAX_PRIME, NUM_OF_CORES, run_time);
I want this output to be printed in QMessageBox text Box.
I have gone through QMessageBox documentation didn't find anything helpful.