Hi,
I would like to display on a label something like in C++ classic:
cout << "Result = " << s << " Total number = " << tn;
I know to display on label with ui.label->setText();
but I don’t know how to display a long message like above.
By the way, is there an easy way to display message on GUI in a similar-to-console style, for ex:
1. Preparing…
2. Running…
3. Verifying…
Only two line displayed at the same time: line 1 and 2, then line 2 and 3 (line 1 replaced by line 2, line 2 replaced by line 3). Could anyone please help me? Thanks!
↧