PDA

View Full Version : QGroupBox with QRadioButtons under image



LuisLoez89
8th June 2015, 09:16
Hello everione!
I am trying to put some radiobuttons under images to select one of them as part of a wizard. I think that I can set a gridlayout with the images in the first row and the radio buttons in the second but I want to know if there is any way to get this directly with the qradiobutton class. The result should be something like the next picture.

11194
Thanks

anda_skoa
12th June 2015, 14:11
I think the grid layout approach is the way to do this.

Cheers,
_