Hi all,
i'm new on Qt. I'm writing my own custom control extending the QWidget class. I need to put buttons on my control (like 1000 or 2000) and i would use the QPushbutton class.
Is there a way to add buttons and labels to my custom control without putting them into any layout?

Thanks in advance.