@@ -642,7 +642,9 class BasicWindow(QMainWindow,Ui_BasicWindow): | |||
|
642 | 642 | value1=self.specOpnFFTpoints.text() |
|
643 | 643 | try: |
|
644 | 644 | value1=int(self.specOpnFFTpoints.text()) |
|
645 | self.tabgraphSpectra.setEnabled(True) | |
|
645 | 646 | except: |
|
647 | self.tabgraphSpectra.setEnabled(False) | |
|
646 | 648 | self.console.clear() |
|
647 | 649 | self.console.append("Please Write the number of FFT") |
|
648 | 650 | return 0 |
General Comments 0
You need to be logged in to leave comments.
Login now