I am trying to connect a radiobutton to a listWidget

19 Views Asked by At

I am not an experienced python programmer at all. I am using an application called PyQt4 to create GUI's. In this instance, I have to line a radio button (displaying male or female) to a child's name that can be added to a list. I have been able to do everything else, except add the radio buttons to the list so that each time a child's name is selected, their gender is displayed.

Please help.

0

There are 0 best solutions below