On Thu Nov 22 14:50:20 GMT 2007, Richard Smith wrote: > Probably a really stupid question, but since I don't actually want to > change the style, merely get it to update, is this likely to be valid, > by the way to do it?: > > self.setStyle(self.style())
If you're using a style sheet, can't you just call setStyleSheet() on the widget you want to update? David -- David Boddie Lead Technical Writer, Trolltech ASA _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
