added 'TestType' to plotting options (only for testing)

This commit is contained in:
Sebastian Wehling-Benatelli 2014-10-27 11:57:34 +01:00
parent c41eb36a34
commit 77e7f666f0

View File

@ -56,6 +56,9 @@ class MainWindow(QMainWindow):
self.setupUi()
def _getCurrentPlotType(self):
return 'TestType'
def loadData(self):
self.data = Data()