I ran into the same problem. The documentation somehow suggests to use dynamic properties to style your widgets but this only works at initialization time or when you call setStyleSheet explicitly after you have altered the property's value. I'm actually doing a

Qt Code:
  1. button->setStyleSheet(button->styleSheet())
To copy to clipboard, switch view to plain text mode 

after each property change.