<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[The toolbar font is abnormally large]]></title><description><![CDATA[<p dir="auto">How to solve the problem that the toolbar font becomes abnormally large after qtcreator is upgraded to version 9.0.</p>
]]></description><link>https://forum.qt.io/topic/141139/the-toolbar-font-is-abnormally-large</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 07:04:59 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/141139.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 30 Nov 2022 06:43:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to The toolbar font is abnormally large on Wed, 30 Nov 2022 07:50:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alexlu">@<bdi>ALEXLU</bdi></a> At <a href="https://bugreports.qt.io/browse/QTCREATORBUG-28499" target="_blank" rel="noopener noreferrer nofollow ugc">https://bugreports.qt.io/browse/QTCREATORBUG-28499</a> you can find the corresponding Qt Creator bug report where I posted two workarounds:</p>
<p dir="auto"><strong>Workaround</strong>: I've compiled Qt 6.4.1 with the fix form Qt 6.4.2 and attached the <a href="https://bugreports.qt.io/secure/attachment/133746/qwindows.dll" target="_blank" rel="noopener noreferrer nofollow ugc">qwindows.dll</a> binary to this bugreport. Just replace the installed version from <code>c:\Qt\qtcreator-9.0.0\bin\plugins\platforms\qwindows.dll</code> and this problem goes away!</p>
<p dir="auto"><strong>Second workaround</strong>: Another solution is to use a fonts.css and start Qt Creator as: <code>qtcreator -stylesheet fonts.css</code> The following <code>fonts.css</code> made the UI font size normal again:</p>
<pre><code>QWidget
{
    font: 9pt;
} 
</code></pre>
]]></description><link>https://forum.qt.io/post/738330</link><guid isPermaLink="true">https://forum.qt.io/post/738330</guid><dc:creator><![CDATA[cristian-adam]]></dc:creator><pubDate>Wed, 30 Nov 2022 07:50:00 GMT</pubDate></item></channel></rss>