| 186 | } |
| 187 | |
| 188 | void XYFourierTransformCurveDock::windowTypeChanged() { |
| 189 | auto windowType = (nsl_sf_window_type)uiGeneralTab.cbWindowType->currentIndex(); |
| 190 | m_transformData.windowType = windowType; |
| 191 | |
| 192 | enableRecalculate(); |
| 193 | } |
| 194 | |
| 195 | void XYFourierTransformCurveDock::typeChanged() { |
| 196 | auto type = (nsl_dft_result_type)uiGeneralTab.cbType->currentIndex(); |
no test coverage detected