Enable moving operations in y-direction
Compare changes
+ 22
− 12
@@ -20,6 +20,7 @@ from qtpy.QtWidgets import (
@@ -193,19 +194,28 @@ class SchedulerEvent: # PyQt5
@@ -225,16 +235,16 @@ class SchedulerEvent: # PyQt5
Closes, more or less, #160 (closed)
There are things to decide though, like how to deal with overlapping operations. Also, should "empty rows" disappear? Once we can insert operations between rows, i.e. #159 (closed), I think that it is OK and this can be closed as well.