You just set width or height under "geometry" of the button from the designer..You mean something different?
You just set width or height under "geometry" of the button from the designer..You mean something different?
Thank you for your answer, but I mean something different.
I'd like to make bigger only the button, not the text or the widget area. Maybe in English we can say the bullet of the radio button, I'm not sure 'cause I'm not native English speaker, but I think that the bullet word can be usefull.
Thanks.
Oh I see..
Try QRadioButton::indicator{
width: 15px;
height: 15px;
}
Bookmarks