Skip to content
Snippets Groups Projects
Commit 382cf8b8 authored by ARMAR-7 User's avatar ARMAR-7 User
Browse files

HandUnitGui: more restrictive selection of proxy

parent 00692e99
No related branches found
No related tags found
1 merge request!389Armar7 unit / integration
Pipeline #15557 passed
......@@ -36,11 +36,11 @@ armarx::HandUnitConfigDialog::HandUnitConfigDialog(QWidget* parent) :
proxyFinderLeftHand = new IceProxyFinder<HandUnitInterfacePrx>(this);
proxyFinderLeftHand->setSearchMask("*Unit");
proxyFinderLeftHand->setSearchMask("*LeftHandUnit");
ui->proxyFinderContainerLeftHand->addWidget(proxyFinderLeftHand, 0, 0, 1, 1);
proxyFinderRightHand = new IceProxyFinder<HandUnitInterfacePrx>(this);
proxyFinderRightHand->setSearchMask("*Unit");
proxyFinderRightHand->setSearchMask("*RightHandUnit");
ui->proxyFinderContainerRightHand->addWidget(proxyFinderRightHand, 0, 0, 1, 1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment