<?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[Need help identifying a graphical change on a QLabel]]></title><description><![CDATA[<p dir="auto">When I disable a button the text of the QLabel becomes slightly blurred. Here's a picture : <img src="https://ddgobkiprc33d.cloudfront.net/f489e838-6b0a-4a45-a724-b8fb47a33b51.PNG" alt="Here's a picture." class=" img-fluid img-markdown" />  Does anyone know what the name of this effect is ? I noticed it disappears if I put the TextFormat of the QLabel to QRichtext. Here's what it looks like when removed:  <img src="https://ddgobkiprc33d.cloudfront.net/107f19ec-cb2f-499c-9201-2a42bd458c72.PNG" alt="Here's what it looks like when removed." class=" img-fluid img-markdown" /></p>
<p dir="auto">I've also discovered that the extra outline color is QPalette::light() (white by default).</p>
]]></description><link>https://forum.qt.io/topic/114508/need-help-identifying-a-graphical-change-on-a-qlabel</link><generator>RSS for Node</generator><lastBuildDate>Thu, 24 Sep 2026 03:16:20 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/114508.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 May 2020 12:51:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Need help identifying a graphical change on a QLabel on Fri, 08 May 2020 11:33:51 GMT]]></title><description><![CDATA[<p dir="auto">Hey thanks ! That was a good idea, I found what it is. It's the QStyleHint::SH_EtchDisabledText that adds that behaviour.</p>
]]></description><link>https://forum.qt.io/post/593538</link><guid isPermaLink="true">https://forum.qt.io/post/593538</guid><dc:creator><![CDATA[viamodulo]]></dc:creator><pubDate>Fri, 08 May 2020 11:33:51 GMT</pubDate></item><item><title><![CDATA[Reply to Need help identifying a graphical change on a QLabel on Thu, 07 May 2020 18:58:00 GMT]]></title><description><![CDATA[<p dir="auto">You can take a look at the <a href="https://code.woboq.org/qt5/qtbase/src/widgets/widgets/qlabel.cpp.html#999" target="_blank" rel="noopener noreferrer nofollow ugc">implementation of QLabel's paintEvent</a> to get started.</p>
]]></description><link>https://forum.qt.io/post/593392</link><guid isPermaLink="true">https://forum.qt.io/post/593392</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 07 May 2020 18:58:00 GMT</pubDate></item><item><title><![CDATA[Reply to Need help identifying a graphical change on a QLabel on Thu, 07 May 2020 06:48:10 GMT]]></title><description><![CDATA[<p dir="auto">The QLabel is the label of that button. It happens on other QLabels in the app that are not necessarily on buttons. It happens when they are disabled. (I disable the whole main window when showing a modal).</p>
]]></description><link>https://forum.qt.io/post/593175</link><guid isPermaLink="true">https://forum.qt.io/post/593175</guid><dc:creator><![CDATA[viamodulo]]></dc:creator><pubDate>Thu, 07 May 2020 06:48:10 GMT</pubDate></item><item><title><![CDATA[Reply to Need help identifying a graphical change on a QLabel on Wed, 06 May 2020 18:28:33 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">What is the relation between disabling a button and that QLabel ?</p>
]]></description><link>https://forum.qt.io/post/593084</link><guid isPermaLink="true">https://forum.qt.io/post/593084</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 06 May 2020 18:28:33 GMT</pubDate></item></channel></rss>