Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I tried to use: QFont font; font.pointSize(); it returns 19, but it's too small and i think it is not the default font size.
QFont font; font.pointSize();
Help, please. Thanx
@zword May be using QFontInfo
QFont font; QFontInfo fi(font.defaultFamily()); fi.pointSize();
No, didn't help. fi.pointSize returned even smaller value: 12