Hi,

I am trying to set QApplication default font using following qss, but it doesn't work. How can I do that? Thanks
Qt Code:
  1. font-family: Arial;
  2. font-size: 12px;
  3. font-weight: Normal;
  4. }
To copy to clipboard, switch view to plain text mode