There is some ability to use dynamic properties to change styles on-the-fly
http://qt-project.org/wiki/DynamicPr...AndStylesheets
This approach may not be suited to arbitrary changes like the one you are after. If you are trying to change the image on the button based on whether it is pushed/not-pushed on/off etc then you should look at the QIcon class ability to hold multiple images for different states.
Bookmarks