46 connect(ui->buttonBox, SIGNAL(accepted()),
this, SLOT(verifyConfiguration()));
47 connect(ui->buttonBox, SIGNAL(rejected()),
this, SLOT(reject()));
49 ui->buttonBox->button(QDialogButtonBox::Ok)->setDefault(
true);
52 kinematicUnitComponentProxyFinder->setSearchMask(
"KinematicUnit*");
53 ui->verticalLayout->addWidget(kinematicUnitComponentProxyFinder);
56 mmmPlayerComponentProxyFinder->setSearchMask(
"MMMPlayer*");
57 ui->verticalLayout->addWidget(mmmPlayerComponentProxyFinder);
60 trajPlayerComponentProxyFinder->setSearchMask(
"TrajectoryPlayer*");
61 ui->verticalLayout->addWidget(trajPlayerComponentProxyFinder);