1 #ifndef SKILLMEMORYGUI_H
2 #define SKILLMEMORYGUI_H
30 QLayout* _skillExecutionTreeWidgetParentLayout,
31 QGroupBox* _skillGroupBox,
32 QSplitter* _skillGroupBoxParentLayout,
33 QGroupBox* _skillDetailGroupBox,
34 QSplitter* _skillDetailGroupBoxParentLayout,
35 QHBoxLayout* _updateWidgetLayout,
37 QLayout* stopAllLayout,
39 QWidget* connectionStatusLabel,
41 std::shared_ptr<SkillManagerWrapper> _memory);
59 void connectSignals();
64 QBoxLayout* updateWidgetLayout =
nullptr;
66 std::shared_ptr<SkillManagerWrapper>
memory =
nullptr;
70 QPushButton* stopAllButton =
nullptr;
76 #endif // SKILLMEMORYGUI_H