mirror of https://gitlab.com/pamhyr/pamhyr2
IC: Plot: Add sync as data change.
parent
79857cc8f9
commit
f3abb003f4
|
|
@ -132,6 +132,8 @@ class InitialConditionsWindow(ASubMainWindow, ListedSubWindow):
|
||||||
self.copy_sc.activated.connect(self.copy)
|
self.copy_sc.activated.connect(self.copy)
|
||||||
self.paste_sc.activated.connect(self.paste)
|
self.paste_sc.activated.connect(self.paste)
|
||||||
|
|
||||||
|
self._table.dataChanged.connect(self._update_plot)
|
||||||
|
|
||||||
def index_selected_row(self):
|
def index_selected_row(self):
|
||||||
table = self.find(QTableView, f"tableView")
|
table = self.find(QTableView, f"tableView")
|
||||||
return table.selectionModel()\
|
return table.selectionModel()\
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue