47 QVBoxLayout* mainLayout_{
nullptr};
50 QHBoxLayout* initialStepLayout_{
nullptr};
51 QLabel* initialStepLabel_{
nullptr};
52 QDoubleSpinBox* initialStepEdit_{
nullptr};
53 QLabel* initialStepUnit_{
nullptr};
56 QGroupBox* stepSizeGroup_{
nullptr};
57 QVBoxLayout* stepSizeLayout_{
nullptr};
59 QHBoxLayout* maxStepLayout_{
nullptr};
60 QCheckBox* maxStepCheck_{
nullptr};
61 QLabel* maxStepLabel_{
nullptr};
62 QDoubleSpinBox* maxStepEdit_{
nullptr};
63 QLabel* maxStepUnit_{
nullptr};
65 QHBoxLayout* minStepLayout_{
nullptr};
66 QCheckBox* minStepCheck_{
nullptr};
67 QLabel* minStepLabel_{
nullptr};
68 QDoubleSpinBox* minStepEdit_{
nullptr};
69 QLabel* minStepUnit_{
nullptr};
72 QHBoxLayout* errorControlLayout_{
nullptr};
73 QLabel* errorControlLabel_{
nullptr};
74 QComboBox* errorControlCombo_{
nullptr};
76 QHBoxLayout* maxAbsErrorLayout_{
nullptr};
77 QLabel* maxAbsErrorLabel_{
nullptr};
80 QHBoxLayout* maxRelErrorLayout_{
nullptr};
81 QLabel* maxRelErrorLabel_{
nullptr};
84 QHBoxLayout* maxIterationsLayout_{
nullptr};
85 QLabel* maxIterationsLabel_{
nullptr};
86 QSpinBox* maxIterationsEdit_{
nullptr};
89 QHBoxLayout* highSafetyLayout_{
nullptr};
90 QLabel* highSafetyLabel_{
nullptr};
91 QDoubleSpinBox* highSafetyEdit_{
nullptr};
93 QHBoxLayout* lowSafetyLayout_{
nullptr};
94 QLabel* lowSafetyLabel_{
nullptr};
95 QDoubleSpinBox* lowSafetyEdit_{
nullptr};