Quote Originally Posted by Lebowski
And how do I postion them if I don't know the number of them?
You can use layouts for this. For example a grid layout with two columns --- one for a label and one for a widget.

Another solution is to use a QTable or QListView, but you won't be able to use the QSqlForm with it.