Is Qt\'s dynamic properties really so dynamic with stylesheets?
I have the basic example from stylesheets and dynamic properties:
/*stylesheet:*/ *[f
Qt has the following recommendation in their FAQ:
style()->unpolish(theWidget); style()->polish(theWidget);
They also say you can reset the stylesheet by doing the following but it is more expensive:
setStyleSheet(styleSheet());