示例#1
0
	def on_doubleClick( self, *args ):
		openFile( self.getSelectedFiles()[ 0 ] )
示例#2
0
 def on_doubleClick(self, *args):
     openFile(self.getSelectedFiles()[0])
示例#3
0
	def on_open( self, theFile ):
		openFile( theFile )
示例#4
0
 def on_open(self, theFile):
     openFile(theFile)