示例#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)