Quote Originally Posted by sonuani View Post
Try like QFont font("font: Arial", 12, QFont:referDefault);
qApp->setFont(font);"
I tried like this. but its changing size of all the ui linked to main ui. But i wanna to change the letter font size of only one. and ui name is Base. How to do it?