Beispiel #1
0
	def __init__(self, moduleType):
		UCPanelInterface.__init__(self, moduleType)
		QtGui.QWidget.__init__(self)
		
		self.expandRequested.connect(self.expandNodes)
Beispiel #2
0
	def __init__(self, module):
		UCPanelInterface.__init__(self, module)