I have a QLabel that i fill in red with the stylesheet, but the QLabel is rectangular, and I want a circle. I try to add border-radius, but it doesn't work, maybe because i put my QLabel in a formLayout.
Is there a simple method to have a round QLabel by using stylesheet ?
Thanks.
EDIT : Using a picture seems more easier than doing this now.