61 void onStateTypeChanged();
62 void onStepSizeChanged();
63 void onIntervalChanged();
64 void onPropagationFrameChanged();
66 void refreshStateType();
71 QVBoxLayout* mainLayout_{
nullptr};
72 QGridLayout* gridLayout_{
nullptr};
73 QVBoxLayout* leftLayout_{
nullptr};
74 QVBoxLayout* rightLayout_{
nullptr};
77 QHBoxLayout* timeIntervalLayout_{
nullptr};
78 QLabel* timeIntervalLabel_{
nullptr};
80 QHBoxLayout* stepSizeLayout_{
nullptr};
81 QLabel* stepSizeLabel_{
nullptr};
83 QHBoxLayout* propagationFrameLayout_{
nullptr};
84 QLabel* propagationFrameLabel_{
nullptr};
85 QComboBox* propagationFrameCombo_{
nullptr};
86 QHBoxLayout* stateTypeLayout_{
nullptr};
87 QLabel* stateTypeLabel_{
nullptr};
88 QComboBox* stateTypeCombo_{
nullptr};
定义 UiMotionTwoBody.hpp:49