Posts by rafael.vs.af • 7 points
2 posts
-
-2
votes1
answer20
viewsA: Insert element per line of code in a Qt C++ form
all right? The direct answer is yes, there is an addWidget method in the layouts, so you add the layout in Designer, and via code vc adds the desired field. ui->layout->addWidget(lineEdit);…
-
1
votes1
answer25
viewsA: Program Done in QT C++ crash when running event
what is causing the application crash is the on_tabela_itemSelectionChanged slot, id = ui->tabela->item(ui->tabela->currentRow(), 0)->text().toInt(); it turns out that the method…