Skip to content
Snippets Groups Projects

Implement wildcard for skill search

Merged Peter Albrecht requested to merge feature/skillGUISearch into master
All threads resolved!
Files
4
@@ -29,7 +29,7 @@ namespace armarx::skills::gui
currentStatus == skills::SkillStatus::Failed ||
currentStatus == skills::SkillStatus::Succeeded);
QAction* rerunSkillAction = new QAction("Re-run with similar params", this);
QAction* rerunSkillAction = new QAction("Re-execute with similar parameters", this);
menu->addAction(stopSkillAction);
menu->addAction(rerunSkillAction);
connect(stopSkillAction,
Loading