Quote Originally Posted by Lebowski
Is it possible to make a QSqlForm with variable number of fields / widgets?
When you create the QSqlForm, it's empty. Then you can populate it with any number of fields using QSqlForm::insertField().