63 void onStateTypeChanged();
64 void onStepSizeChanged();
65 void onIntervalChanged();
66 void onPropagationFrameChanged();
68 void refreshStateType();
73 QVBoxLayout* mainLayout_{
nullptr};
74 QGridLayout* gridLayout_{
nullptr};
75 QVBoxLayout* leftLayout_{
nullptr};
76 QVBoxLayout* rightLayout_{
nullptr};
79 QHBoxLayout* timeIntervalLayout_{
nullptr};
80 QLabel* timeIntervalLabel_{
nullptr};
82 QHBoxLayout* stepSizeLayout_{
nullptr};
83 QLabel* stepSizeLabel_{
nullptr};
85 QHBoxLayout* propagationFrameLayout_{
nullptr};
86 QLabel* propagationFrameLabel_{
nullptr};
87 QComboBox* propagationFrameCombo_{
nullptr};
88 QHBoxLayout* stateTypeLayout_{
nullptr};
89 QLabel* stateTypeLabel_{
nullptr};
90 QComboBox* stateTypeCombo_{
nullptr};
定义 UiMotionTwoBody.hpp:49