What happened with default fonts in Qt5?
-
The problem is: all applications that use Qt5 (either my own applications or Qt's own) use very huge fonts by default. I haven't found any Qt5's configuration file in /home or /etc, and I don't see any reason for it to exist, so I think it's really a strange default value.
I'm using Kubuntu, and Qt5 is installed through official installer. The problem is found using the default theme (Fusion?). However, switching to GTK theme solves the problem.
For example:
/opt/qt/5.0.0/gcc/bin/assistant
Menu and toolbar fonts are huge:
!http://maaaks.ru/images/400/screens/2012-12-24-212342_1044x610_scrot.png!/opt/qt/5.0.0/gcc/bin/assistant -style gtk
All fonts are adequate:
!http://maaaks.ru/images/400/screens/2012-12-24-212336_1044x610_scrot.png!The same situation exists in Qt Creator, and in my own programs that I compile using Qt5.
How to configure the font size? What can influence this?