Ejemplo n.º 1
0
	def __init__(self, moduleType):
		UCPanelInterface.__init__(self, moduleType)
		QtGui.QWidget.__init__(self)
		
		self.expandRequested.connect(self.expandNodes)
Ejemplo n.º 2
0
	def __init__(self, module):
		UCPanelInterface.__init__(self, module)