Mark Summerfield wrote: > I think for styles you must call setStyle() rather than update() to > apply a new (or modified) style.
Nope, that segfaulted... It did update the style before it segfaulted though. I've also tried setting the property using a QtCore.pyqtProperty() and various methods still no luck. I'm not in a position to apply styles from the control, since the end-user environment of this application is in varying light levels, and as such I need to be able to change the entire colour scheme. About the only thing that works at the moment, is to reload the entire stylesheet application wide :( -- Richard _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
