Hi, I have a dynamic array with Radiobuttons: QRadiobutton* btn[]; than; btn[i] = new QRadiobutton("xyz)"); but if i want to count: int x = sizeof(btn); i get 0. Can you tell me how I get the sizeof btn, please? thanks!