Links in QLabels do not obey their palette setting (QPalette::Link).
How do I change the color of links? An HTML style tag, like:
a {color: some_color;}
doesn't help me, since what I need is set the link color to the same
color as normal text, whatever that happens to be in the current
desktop's color theme.
Any solution to this problem?