Partial homogenization of FEM dialogs for constraints (#21538)
* FEM: Add context menu entry for clearing the reference list in constraints See #6085 * FEM: Add 'Remove' button to python based dialogs for adding geometry references See #6085
This commit is contained in:
@@ -54,7 +54,7 @@ TaskFemConstraintFixed::TaskFemConstraintFixed(ViewProviderFemConstraintFixed* C
|
||||
QMetaObject::connectSlotsByName(this);
|
||||
|
||||
// create a context menu for the listview of the references
|
||||
createDeleteAction(ui->lw_references);
|
||||
createActions(ui->lw_references);
|
||||
connect(deleteAction, &QAction::triggered, this, &TaskFemConstraintFixed::onReferenceDeleted);
|
||||
connect(ui->lw_references,
|
||||
&QListWidget::currentItemChanged,
|
||||
|
||||
Reference in New Issue
Block a user