1
0
Fork 0
mirror of https://github.com/Athemis/PyDSF.git synced 2025-04-20 11:59:12 +00:00

Migrated to Python3; Switched to Peakutils for peak finding routines; CHanged behaviour of temperature cut-offs

This commit is contained in:
Alexander Minges 2015-01-30 03:45:30 +01:00
parent 41b252a3c9
commit ff7f10438b
7 changed files with 93 additions and 772 deletions

View file

@ -258,7 +258,7 @@ class Ui_MainWindow(object):
self.actionAbout.setText(QtGui.QApplication.translate("MainWindow", "About", None, QtGui.QApplication.UnicodeUTF8))
self.actionAbout_Qt.setText(QtGui.QApplication.translate("MainWindow", "About Qt", None, QtGui.QApplication.UnicodeUTF8))
import icons_rc
#import icons_rc
if __name__ == "__main__":
import sys