<?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[Is &quot;font.bold: true&quot; equal to &quot;font.weight: Font.Bold&quot; ?]]></title><description><![CDATA[<p dir="auto">ChatGPT said yes, I just want to get further confirmation.</p>
]]></description><link>https://forum.qt.io/topic/159828/is-font-bold-true-equal-to-font-weight-font-bold</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 03:15:46 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/159828.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 Nov 2024 07:48:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Is &quot;font.bold: true&quot; equal to &quot;font.weight: Font.Bold&quot; ? on Fri, 22 Nov 2024 06:26:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/grecko">@<bdi>GrecKo</bdi></a> Thanks for your reply!</p>
]]></description><link>https://forum.qt.io/post/815272</link><guid isPermaLink="true">https://forum.qt.io/post/815272</guid><dc:creator><![CDATA[RoachLin]]></dc:creator><pubDate>Fri, 22 Nov 2024 06:26:18 GMT</pubDate></item><item><title><![CDATA[Reply to Is &quot;font.bold: true&quot; equal to &quot;font.weight: Font.Bold&quot; ? on Thu, 21 Nov 2024 12:21:44 GMT]]></title><description><![CDATA[<p dir="auto">Yes, not that I would trust ChatGPT.</p>
<p dir="auto">When in doubt the easiest is to check the sources : <a href="https://github.com/qt/qtbase/blob/78a011b9ba01496ecfdd1cad1f651a89c4aa72e9/src/gui/text/qfont.h#L374" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/qt/qtbase/blob/78a011b9ba01496ecfdd1cad1f651a89c4aa72e9/src/gui/text/qfont.h#L374</a></p>
<pre><code>inline void QFont::setBold(bool enable)
{ setWeight(enable ? Bold : Normal); }
</code></pre>
]]></description><link>https://forum.qt.io/post/815218</link><guid isPermaLink="true">https://forum.qt.io/post/815218</guid><dc:creator><![CDATA[GrecKo]]></dc:creator><pubDate>Thu, 21 Nov 2024 12:21:44 GMT</pubDate></item></channel></rss>