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 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.
Get a default font QFont object and read the size from it.