I am using this code to set a label on the pushbutton with size of 16
ui->pushButton->setText(tr("<font size=16>Tank 1 \n %1%2C</font>").arg(szTemp).arg(degree));
but I am getting the output as <font size=16>Tank 1 005c</font>
written on pushbutton.
How to set the font size?