I want to customize the image of a QToolButton By Using a QSS(Qt Style sheet) file.
However,the button's normal , hovered , clicked image are just in one PNG file.
I wonder if Qt style sheet support list-style image property,or is there any way to handle this problem?
Or i could only use seperate PNG files?

Thanks to Any reply.