Dear all,


I tried the following code snippet for changing the text color of tab page but it wouldn't

work as I hoped.

QString strText("<font color=#FF0000>some text</font>");

my_tab->setTabText(strText,0);

At runtime the page at position zero shows the strText but it doesn't parse the html tag.

I expect there are some other ways to change the text color of a tab page. If so, Can

anybody do me a favour ?

All helps will be greatly appreciated.

Thanks in advance

Have a nice day.