i had design form(in designer) in which i have used about 20 QCheck Boxes, and when i qmake the file it generates individual pointer objects ( like *checkbox1,*checkbox2................*checkbox20 ) so it becomes difficult to me access individual checkboxes.

is there any chance to club all those objects into a single array (like checkbox[20] ) so that i can access easily