Hello
Is it possible to create an array of Widgets inside the ui file?
Something like 3 QPushButtons that could then be used as :
array[0]->setText("blá");

Thanks