[Qt-interest] sizeof QRadiobutton

Frank Lutz frank422542 at googlemail.com
Tue Mar 3 12:47:03 CET 2009


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!




More information about the Qt-interest-old mailing list