Qt 6.11 is out! See what's new in the release
blog
QTCreator Project Tree Fontsize
-
Hi! I don't think there is a configuration option for that in Qt Creator but you can write your own style sheet and pass that to Qt Creator on startup. A primitive style sheet that does just what you want but that has also many ugly side effects looks like this:
ugly.css :
* { font-size: 20px; }With this call all Qt Creator:
qtcreator -stylesheet=/path/ugly.cssThere are already some custom style sheets around. Just use Google. I liked this one: https://github.com/mervick/Qt-Creator-Darcula