QLabel Font is not changing??? both in design and code mode.. Please help me...
Printable View
QLabel Font is not changing??? both in design and code mode.. Please help me...
Sorry, my crystal ball is out for servicing today.
What have you tried? What did it do? What were you expecting it to do?
Try
Code:
lable->setStyleSheet("font-size: 15px;");
works fine.. Thank YOUCode:
font.setPointSize(11);