Hi,

I would like to know, if I can create an object array with the objects that I create with QDesigner.

For example, I put 20 of QLabel object; but QDesigner creates them as label1, label2, ..., label20; all with a different name. Of course, this makes harder to reach the objects. I want to put them in an array like QLabel label[20], so that I can reach all of them just by changing index. Can I do that?

(Related post was answered as "No" about 2.5 years ago, but I want to know if there is a change with Qt 4)

Related post: http://www.qtcentre.org/threads/12866-how-we-convert-no-of-pointer-objects-into-a-single-array

Thanks