##// END OF EJS Templates
Update
Alexander Valdez -
r388:cd8823d612af
parent child
Show More
@@ -642,7 +642,9 class BasicWindow(QMainWindow,Ui_BasicWindow):
642 value1=self.specOpnFFTpoints.text()
642 value1=self.specOpnFFTpoints.text()
643 try:
643 try:
644 value1=int(self.specOpnFFTpoints.text())
644 value1=int(self.specOpnFFTpoints.text())
645 self.tabgraphSpectra.setEnabled(True)
645 except:
646 except:
647 self.tabgraphSpectra.setEnabled(False)
646 self.console.clear()
648 self.console.clear()
647 self.console.append("Please Write the number of FFT")
649 self.console.append("Please Write the number of FFT")
648 return 0
650 return 0
General Comments 0
You need to be logged in to leave comments. Login now