RE: use of TaskDialog::addTaskBox

This commit is contained in:
wmayer
2024-03-26 13:13:56 +01:00
committed by wwmayer
parent 0c6a0ccad8
commit a70dadf770
8 changed files with 4 additions and 22 deletions

View File

@@ -343,9 +343,7 @@ void SegmentationManual::reject()
TaskSegmentationManual::TaskSegmentationManual()
{
widget = new SegmentationManual();
taskbox = new Gui::TaskView::TaskBox(QPixmap(), widget->windowTitle(), false, nullptr);
taskbox->groupLayout()->addWidget(widget);
Content.push_back(taskbox);
addTaskBox(widget, false);
}
void TaskSegmentationManual::modifyStandardButtons(QDialogButtonBox* box)