-2
I’m trying to create a clickable text - like "that" - in Qt Designer. For this, I created a QPushButton
and marked the property flat
to remove the background button.
At first glance, the background seems to have been removed, but when I hover over it, it appears again. How can I remove this background definitely?