Qt 6.11 is out! See what's new in the release
blog
Need help identifying a graphical change on a QLabel
-
When I disable a button the text of the QLabel becomes slightly blurred. Here's a picture :
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:
I've also discovered that the extra outline color is QPalette::light() (white by default).
-
Hi and welcome to devnet,
What is the relation between disabling a button and that QLabel ?
-
You can take a look at the implementation of QLabel's paintEvent to get started.