Hello,
I have got a small problem, I am creating Chat with client and server, now I have implemented PrivateMessage system. Window's message client looks like:

Messages | User #1 | User #2

If somebody sent to me message, client create new tab (tabWidget->addTab(...)), all is ok but I don't know how to notify user whom recived message. I have idea, I would like to change font style (set bold) tab text in which is new unread messages. So how can I do that?

Thanks for replies