예제 #1
0
파일: panel.py 프로젝트: yoann01/bullseye
	def __init__(self, moduleType):
		UCPanelInterface.__init__(self, moduleType)
		QtGui.QWidget.__init__(self)
		
		self.expandRequested.connect(self.expandNodes)
예제 #2
0
파일: panel.py 프로젝트: yoann01/bullseye
	def __init__(self, module):
		UCPanelInterface.__init__(self, module)