Lets say that I have 3 images and I want to put them on a button( QToolButton ) one on left, one on center and one on right. How can I do this? Can I do it with stylesheets?
A button has one background image. You can combine them by code and ad the combined image. But I know no way to put several images in specific places in the background.