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