49 QVBoxLayout* mainLayout_{
nullptr};
52 QHBoxLayout* initialStepLayout_{
nullptr};
53 QLabel* initialStepLabel_{
nullptr};
54 QDoubleSpinBox* initialStepEdit_{
nullptr};
55 QLabel* initialStepUnit_{
nullptr};
58 QGroupBox* stepSizeGroup_{
nullptr};
59 QVBoxLayout* stepSizeLayout_{
nullptr};
61 QHBoxLayout* maxStepLayout_{
nullptr};
62 QCheckBox* maxStepCheck_{
nullptr};
63 QLabel* maxStepLabel_{
nullptr};
64 QDoubleSpinBox* maxStepEdit_{
nullptr};
65 QLabel* maxStepUnit_{
nullptr};
67 QHBoxLayout* minStepLayout_{
nullptr};
68 QCheckBox* minStepCheck_{
nullptr};
69 QLabel* minStepLabel_{
nullptr};
70 QDoubleSpinBox* minStepEdit_{
nullptr};
71 QLabel* minStepUnit_{
nullptr};
74 QHBoxLayout* errorControlLayout_{
nullptr};
75 QLabel* errorControlLabel_{
nullptr};
76 QComboBox* errorControlCombo_{
nullptr};
78 QHBoxLayout* maxAbsErrorLayout_{
nullptr};
79 QLabel* maxAbsErrorLabel_{
nullptr};
82 QHBoxLayout* maxRelErrorLayout_{
nullptr};
83 QLabel* maxRelErrorLabel_{
nullptr};
86 QHBoxLayout* maxIterationsLayout_{
nullptr};
87 QLabel* maxIterationsLabel_{
nullptr};
88 QSpinBox* maxIterationsEdit_{
nullptr};
91 QHBoxLayout* highSafetyLayout_{
nullptr};
92 QLabel* highSafetyLabel_{
nullptr};
93 QDoubleSpinBox* highSafetyEdit_{
nullptr};
95 QHBoxLayout* lowSafetyLayout_{
nullptr};
96 QLabel* lowSafetyLabel_{
nullptr};
97 QDoubleSpinBox* lowSafetyEdit_{
nullptr};