Gui: add class TaskDialogPy

This commit is contained in:
wmayer
2022-10-09 14:26:42 +02:00
parent e29d1d0332
commit ff6f04dcc2
5 changed files with 301 additions and 0 deletions

View File

@@ -479,6 +479,7 @@ void TaskView::showDialog(TaskDialog *dlg)
// first create the control element, set it up and wire it:
ActiveCtrl = new TaskEditControl(this);
ActiveCtrl->buttonBox->setStandardButtons(dlg->getStandardButtons());
TaskDialogAttorney::setButtonBox(dlg, ActiveCtrl->buttonBox);
// make connection to the needed signals
connect(ActiveCtrl->buttonBox,SIGNAL(accepted()),