Currently PySide2 is used. One should test with different QT versions and possibly change setup.py to require one qt-binding, wither pyqt or pyside and any supported version.
Designs
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related or that one is blocking others.
Learn more.
Scheduler-gui should work with both PySide2 and PyQt5 AFAIK. The comments for one or the other in graphics_graph_event.py and possibly elsewhere should be seen as obsolete. If I remember right, there is a problem when using parent in the constructors, resulting in segmentation fault. And solving the segmentation fault on one qt-binding resulting in segmentation fault on the other. Removing parent from from all classes was on the todo-list but was never done. The parent parameter is unused and unnecessary as the parent will be set when addToGroup() is called.