Greetings, I'm trying to write an app (Qt 3.0, PyQt 3.4) that will monitor several connections at the same time. Each connection will have its own widget within a QTabWidget. I would like to reflect changes to a given connection's state in it's tab's label. Current solutions I've envisionned are: - Modifying the label's text. By prepending a '*' when something is received on the connection, for example. - Adding an icon to the tab and change the icon according to the connection's state. Those two are easy to do. But what I'd really like is: - Change the color of the tab's label depending on the connection's state.
Is there any way to do that? Thanks in advance. -- S. _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
