Hi SP,

>Are you asking if there's a widget that can act as a button to add vectors to your UI
That doesn't sound like my idea.

I want to create a UI for an algorithm which needs 4 double[8] vectors [or call it array] as input parameters. I hope there's any easy way that I only have one mainWidget per vector which maybe looks like 8 lineedits (subWidgets) side by side. On the UI I would only add the mainWidgets and set the width and number of subewidgets (vector length). Maybe that's not too complicated, but I just started with QT and I always had my issues with UI programming.

I hope I could clarifiy it a little.