Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'd go a step further and pass directly the pointer to the QLabel object, it's even less instructions to use.
@SGaist didn't get your point. Can you please give example for above scenario
Rather than giving the pointer to your MainWindow instance, pass directly the pointer to your label. Basically:
mainwindow->ui->label
21/22
15 Apr 2020, 12:05