How do you get the system default font size in Qt?
09:59 02 Mar 2013

Qt uses 9px as default font size, but users (on Linux) can change this by using qtconfig.

So, how do I get the system default font size? I read the documents, but I can not find any API.

qt fonts