Many thanks for your answers!

I found an easy way by myself: I coded the array as a subclass (QFrame). Then I put a QFrame in the designer and used it as a placeholder for my own object. Now i have the array with propper indices (codet by hand) and the complete GUI in designer. It works!

Erich