Is Qt\'s dynamic properties really so dynamic with stylesheets?
I have the basic example from stylesheets and dynamic properties:
/*stylesheet:*/ *[f
I found a quick, although a bit hackish, way to update widget's styling.
myWidget->style()->unpolish(myWidget); myWidget->ensurePolished();
Doing this after changing properties keeps correlation between property data and UI.