| 193 | } |
| 194 | |
| 195 | void XYFourierTransformCurveDock::typeChanged() { |
| 196 | auto type = (nsl_dft_result_type)uiGeneralTab.cbType->currentIndex(); |
| 197 | m_transformData.type = type; |
| 198 | |
| 199 | enableRecalculate(); |
| 200 | } |
| 201 | |
| 202 | void XYFourierTransformCurveDock::twoSidedChanged() { |
| 203 | bool checked = uiGeneralTab.cbTwoSided->isChecked(); |
no test coverage detected