<?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[How to change the UI font in Qt Creator (not Text Editor font, but for Qt Creator itself)?]]></title><description><![CDATA[<p dir="auto">This is a relatively fresh install of Ubuntu 24.04 LTS running Xorg with Qt Creator 17.0.1...</p>
<p dir="auto">I am OK with the fonts except when bold font is used ... I find them fuzzy and hard-to-read on my system.</p>
<p dir="auto">Here is a screenshot of what I mean (the text in the red circles):<br />
<img src="https://ddgobkiprc33d.cloudfront.net/8a638c34-c4ff-4b8c-b7ef-241c1d1a8d27.png" alt="prefs.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">How would I go about changing this? Is it a Gnome thing? Anti-aliasing?</p>
]]></description><link>https://forum.qt.io/topic/163209/how-to-change-the-ui-font-in-qt-creator-not-text-editor-font-but-for-qt-creator-itself</link><generator>RSS for Node</generator><lastBuildDate>Sun, 27 Sep 2026 09:48:05 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/163209.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Sep 2025 10:45:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to change the UI font in Qt Creator (not Text Editor font, but for Qt Creator itself)? on Wed, 10 Sep 2025 12:15:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robert-hairgrove">@<bdi>Robert-Hairgrove</bdi></a> Qt Creator doesn't use such a stylesheet. But you can achieve this task.</p>
<p dir="auto">If you search this forum after "stylesheet" you will find some threads about this, how people tried to customize things back in the day 😀</p>
]]></description><link>https://forum.qt.io/post/831425</link><guid isPermaLink="true">https://forum.qt.io/post/831425</guid><dc:creator><![CDATA[cristian-adam]]></dc:creator><pubDate>Wed, 10 Sep 2025 12:15:04 GMT</pubDate></item><item><title><![CDATA[Reply to How to change the UI font in Qt Creator (not Text Editor font, but for Qt Creator itself)? on Wed, 10 Sep 2025 11:55:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cristian-adam">@<bdi>cristian-adam</bdi></a> Thank you!</p>
<p dir="auto">Having tried your suggestion, which does affect the font used for most of the UI, I noticed that some elements which were originally in bold font now are displayed in regular font.</p>
<p dir="auto">Is there a way perhaps to download the default style sheet used by Qt Creator so that a more fine-grained solution can be achieved?</p>
]]></description><link>https://forum.qt.io/post/831424</link><guid isPermaLink="true">https://forum.qt.io/post/831424</guid><dc:creator><![CDATA[Robert Hairgrove]]></dc:creator><pubDate>Wed, 10 Sep 2025 11:55:42 GMT</pubDate></item><item><title><![CDATA[Reply to How to change the UI font in Qt Creator (not Text Editor font, but for Qt Creator itself)? on Wed, 10 Sep 2025 11:22:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robert-hairgrove">@<bdi>Robert-Hairgrove</bdi></a> currently the only way you can do this is by using a stylesheet file:</p>
<pre><code>qtcreator -stylesheet style.css
</code></pre>
<p dir="auto">And such a style sheet file would look like:</p>
<pre><code class="language-css">QWidget
{
    font: 14pt "SF Pro";
}
</code></pre>
]]></description><link>https://forum.qt.io/post/831423</link><guid isPermaLink="true">https://forum.qt.io/post/831423</guid><dc:creator><![CDATA[cristian-adam]]></dc:creator><pubDate>Wed, 10 Sep 2025 11:22:41 GMT</pubDate></item></channel></rss>