45 void onFixedStepChanged(
bool checked);
48 QVBoxLayout* mainLayout_{
nullptr};
49 QHBoxLayout* integratorLayout_{
nullptr};
50 QLabel* integratorLabel_{
nullptr};
51 QComboBox* integratorCombo_{
nullptr};
54 QHBoxLayout* initialStepLayout_{
nullptr};
55 QLabel* initialStepLabel_{
nullptr};
56 QDoubleSpinBox* initialStepEdit_{
nullptr};
57 QLabel* initialStepUnit_{
nullptr};
60 QGroupBox* stepSizeGroup_{
nullptr};
61 QVBoxLayout* stepSizeLayout_{
nullptr};
62 QHBoxLayout* fixedStepLayout_{
nullptr};
63 QCheckBox* fixedStepCheck_{
nullptr};
64 QLabel* fixedStepLabel_{
nullptr};
66 QHBoxLayout* maxStepLayout_{
nullptr};
67 QCheckBox* maxStepCheck_{
nullptr};
68 QLabel* maxStepLabel_{
nullptr};
69 QDoubleSpinBox* maxStepEdit_{
nullptr};
70 QLabel* maxStepUnit_{
nullptr};
72 QHBoxLayout* minStepLayout_{
nullptr};
73 QCheckBox* minStepCheck_{
nullptr};
74 QLabel* minStepLabel_{
nullptr};
75 QDoubleSpinBox* minStepEdit_{
nullptr};
76 QLabel* minStepUnit_{
nullptr};
79 QHBoxLayout* errorControlLayout_{
nullptr};
80 QLabel* errorControlLabel_{
nullptr};
81 QComboBox* errorControlCombo_{
nullptr};
83 QHBoxLayout* maxAbsErrorLayout_{
nullptr};
84 QLabel* maxAbsErrorLabel_{
nullptr};
85 QDoubleSpinBox* maxAbsErrorEdit_{
nullptr};
87 QHBoxLayout* maxRelErrorLayout_{
nullptr};
88 QLabel* maxRelErrorLabel_{
nullptr};
89 QDoubleSpinBox* maxRelErrorEdit_{
nullptr};
91 QHBoxLayout* maxIterationsLayout_{
nullptr};
92 QLabel* maxIterationsLabel_{
nullptr};
93 QSpinBox* maxIterationsEdit_{
nullptr};
96 QHBoxLayout* highSafetyLayout_{
nullptr};
97 QLabel* highSafetyLabel_{
nullptr};
98 QDoubleSpinBox* highSafetyEdit_{
nullptr};
100 QHBoxLayout* lowSafetyLayout_{
nullptr};
101 QLabel* lowSafetyLabel_{
nullptr};
102 QDoubleSpinBox* lowSafetyEdit_{
nullptr};