Ejemplo n.º 1
0
 def __init__(self, application, widgets):
 	"""Create a new event handling class for the Main Window,
 	and connect the signals"""
     HAC4TrainerEventHandler.__init__(self, application, widgets)
     self._widgets = widgets
     self._window = widgets.get_widget("mainWindow")
     self._set_title()
     self._stop_watch_import = False
 def __init__(self, application, widgets):
     self._treeView = None
     HAC4TrainerEventHandler.__init__(self, application, widgets)
Ejemplo n.º 3
0
 def __init__(self, application, widgets):
     self._treeView = None
     HAC4TrainerEventHandler.__init__(self, application, widgets)