How do you get the system default font size in Qt?
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.