Re: [Interest] Changing link color of QLabel

2012-03-27 Thread Nikos Chantziaras
On 27/03/12 15:00, André Somers wrote: > Op 27-3-2012 12:42, Nikos Chantziaras schreef: >> On 27/03/12 11:45, André Somers wrote: >>> Op 27-3-2012 9:32, Nikos Chantziaras schreef: On 27/03/12 10:19, Nikos Chantziaras wrote: > Links in QLabels do not obey their palette setting (QPalette::Li

Re: [Interest] Changing link color of QLabel

2012-03-27 Thread André Somers
Op 27-3-2012 12:42, Nikos Chantziaras schreef: > On 27/03/12 11:45, André Somers wrote: >> Op 27-3-2012 9:32, Nikos Chantziaras schreef: >>> On 27/03/12 10:19, Nikos Chantziaras wrote: Links in QLabels do not obey their palette setting (QPalette::Link). How do I change the color of links?

Re: [Interest] Changing link color of QLabel

2012-03-27 Thread Nikos Chantziaras
On 27/03/12 11:45, André Somers wrote: > Op 27-3-2012 9:32, Nikos Chantziaras schreef: >> On 27/03/12 10:19, Nikos Chantziaras wrote: >>> 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: so

Re: [Interest] Changing link color of QLabel

2012-03-27 Thread André Somers
Op 27-3-2012 9:32, Nikos Chantziaras schreef: > On 27/03/12 10:19, Nikos Chantziaras wrote: >> 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

Re: [Interest] Changing link color of QLabel

2012-03-27 Thread Nikos Chantziaras
On 27/03/12 10:19, Nikos Chantziaras wrote: > 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 norma

[Interest] Changing link color of QLabel

2012-03-27 Thread Nikos Chantziaras
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 des