Skip to content
Snippets Groups Projects

Fix #163 and add documentation

Merged Oscar Gustafsson requested to merge docsplusswapscheduleplot into master
9 files
+ 217
53
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -170,7 +170,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
# TODO: remove
if self.schedule is None:
return
self.schedule.plot_schedule()
self.schedule.plot()
if self._graph is not None:
print(f"filtersChildEvents(): {self._graph.filtersChildEvents()}")
# self._printButtonPressed('callback_pushButton()')
Loading