Re: Position of the icon in QListWidgetItem

2010-10-19 Thread David Talmage
On 10/19/2010 08:40 AM, Felipe Crochik wrote: I haven't tried with a list item but with buttons you can reposition the image using just style sheets. Be aware that you (can) have two images: the ... I am sure you found this already but: http://doc.trolltech.com/4.6/stylesheet-examples.html#custom

RE: Position of the icon in QListWidgetItem

2010-10-19 Thread Felipe Crochik
I haven't tried with a list item but with buttons you can reposition the image using just style sheets. Be aware that you (can) have two images: the background-image and the image. I used the background-image as an extra icon so I could have an image on the left and one on the right. Some examples