IC: Plot: Add sync as data change.

mesh
Pierre-Antoine Rouby 2023-05-31 16:30:42 +02:00
parent 79857cc8f9
commit f3abb003f4
1 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,8 @@ class InitialConditionsWindow(ASubMainWindow, ListedSubWindow):
self.copy_sc.activated.connect(self.copy)
self.paste_sc.activated.connect(self.paste)
self._table.dataChanged.connect(self._update_plot)
def index_selected_row(self):
table = self.find(QTableView, f"tableView")
return table.selectionModel()\