added 'TestType' to plotting options (only for testing)
This commit is contained in:
parent
c41eb36a34
commit
77e7f666f0
@ -56,6 +56,9 @@ class MainWindow(QMainWindow):
|
||||
|
||||
self.setupUi()
|
||||
|
||||
def _getCurrentPlotType(self):
|
||||
return 'TestType'
|
||||
|
||||
def loadData(self):
|
||||
self.data = Data()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user