Hi,
I am trying to set QApplication default font using following qss, but it doesn't work. How can I do that? Thanks
Printable View
Hi,
I am trying to set QApplication default font using following qss, but it doesn't work. How can I do that? Thanks
Try this :Code:
* { font-family: Arial; font-size: 12px; font-weight: Normal; }