Skip to content
Snippets Groups Projects

Add scheduler GUI

Merged Oscar Gustafsson requested to merge scheduler-gui into master
4 files
+ 89
70
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -7,9 +7,10 @@ from logger import *
from main_window import *
from graphics_graph_item import *
from graphics_graph_event import *
from graphics_axis_item import *
from graphics_component_item import *
from graphics_axes_item import *
from graphics_timeline_item import *
# __all__ = ['main_window', 'graphics_graph', 'graphics_axis', 'component_item']
# __all__ = ['main_window', 'graphics_graph', 'component_item', 'graphics_axes', 'graphics_timeline_item']
__version__ = '0.1'
__author__ = 'Andreas Bolin'
Loading