the MainWindow now should give the right component in the title
This commit is contained in:
parent
bc87c12cfa
commit
7092f6e8b5
@ -103,6 +103,8 @@ class MainWindow(QMainWindow):
|
||||
_widget = QWidget()
|
||||
_layout = QHBoxLayout()
|
||||
|
||||
plottitle = "Overview: {0} components ".format(self.getComponent())
|
||||
|
||||
# create central matplotlib figure widget
|
||||
self.DataPlot = MPLWidget(parent=self,
|
||||
xlabel=xlab,
|
||||
@ -302,8 +304,8 @@ class MainWindow(QMainWindow):
|
||||
return False
|
||||
return True
|
||||
|
||||
def getDispComponent(self):
|
||||
return self._compDisp
|
||||
def getComponent(self):
|
||||
return self.dispComponent
|
||||
|
||||
def getData(self):
|
||||
return self.data
|
||||
|
Loading…
Reference in New Issue
Block a user