Is Qt\'s dynamic properties really so dynamic with stylesheets?
I have the basic example from stylesheets and dynamic properties:
/*stylesheet:*/ *[f
The following works for me to ensure a proper restyling of the widget:
myWidget->setStyle(QApplication::style())
Forcing a recomputation of the stylesheets as proposed by mdcl did not work for me. I am using Qt 4.5.3.