Skip to content
Snippets Groups Projects
Commit 6f44b9df authored by Peter Albrecht's avatar Peter Albrecht
Browse files

fix: executions not showing

parent 0f242185
No related branches found
No related tags found
1 merge request!406Refactor skill memory GUI
......@@ -99,6 +99,10 @@ namespace armarx::skills::gui
connect(this, &SkillMemoryGUI::updateGui, skillGroupBox, &SkillGroupBox::updateGui);
connect(
this, &SkillMemoryGUI::updateGui, skillDetailGroupBox, &SkillDetailGroupBox::updateGui);
connect(this,
&SkillMemoryGUI::updateGui,
skillExecutionTreeWidget,
&SkillExecutionTreeWidget::updateExecutions);
// timer -> update
connect(
......
......@@ -50,11 +50,11 @@ namespace armarx::skills::gui
public slots:
void disconnectGui();
void updateExecutions();
private slots:
void stopAllExecutions();
void executionSelectionChanged(QTreeWidgetItem* current, QTreeWidgetItem* previous);
void updateExecutions();
void runContextMenu(const QPoint& pos);
void stopSelectedExecution();
void rerunSkillWithSimilarParams();
......
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