Mesh: use of TaskDialog::addTaskBox

This commit is contained in:
wmayer
2024-03-26 12:01:02 +01:00
committed by wwmayer
parent 858f6023b5
commit 411a967f7d
11 changed files with 11 additions and 33 deletions

View File

@@ -244,9 +244,7 @@ void RemoveComponentsDialog::clicked(QAbstractButton* btn)
TaskRemoveComponents::TaskRemoveComponents()
{
widget = new RemoveComponents(); // NOLINT
taskbox = new Gui::TaskView::TaskBox(QPixmap(), widget->windowTitle(), false, nullptr);
taskbox->groupLayout()->addWidget(widget);
Content.push_back(taskbox);
addTaskBox(widget, false);
}
void TaskRemoveComponents::modifyStandardButtons(QDialogButtonBox* box)