Ejemplo n.º 1
0
 def __init__(self, model, view):
     """
     the _buildConnections is called in super__init__()
     
     """
     MSBaseController.__init__(self, model, view)
     self.useGL = self.qApp.useGL
     self.currentSample = [None]*3 #each treeView can have different active sample now
     self.hideIndexIcon = True
Ejemplo n.º 2
0
 def __init__(self, model, view):
     """
     the _buildConnections is called in super__init__()
     
     """
     MSBaseController.__init__(self, model, view)
     self.useGL = self.qApp.useGL
     self.currentSample = [
         None
     ] * 3  #each treeView can have different active sample now
     self.hideIndexIcon = True
Ejemplo n.º 3
0
 def __init__(self, table_, spl, charge):
     MSBaseController.__init__(self, spl, table_)
     self._buildSpecialConnections()
     self.charge = charge
Ejemplo n.º 4
0
 def __init__(self, model, view):
     MSBaseController.__init__(self, model, view)
Ejemplo n.º 5
0
 def __init__(self, model, view):
     MSBaseController.__init__(self, model, view)
Ejemplo n.º 6
0
 def __init__(self, table_, spl, charge):
     MSBaseController.__init__(self, spl, table_)
     self._buildSpecialConnections()
     self.charge = charge