Esempio 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
Esempio 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
Esempio n. 3
0
 def __init__(self, table_, spl, charge):
     MSBaseController.__init__(self, spl, table_)
     self._buildSpecialConnections()
     self.charge = charge
Esempio n. 4
0
 def __init__(self, model, view):
     MSBaseController.__init__(self, model, view)
Esempio n. 5
0
 def __init__(self, model, view):
     MSBaseController.__init__(self, model, view)
Esempio n. 6
0
 def __init__(self, table_, spl, charge):
     MSBaseController.__init__(self, spl, table_)
     self._buildSpecialConnections()
     self.charge = charge