def on_doubleClick( self, *args ): openFile( self.getSelectedFiles()[ 0 ] )
def on_doubleClick(self, *args): openFile(self.getSelectedFiles()[0])
def on_open( self, theFile ): openFile( theFile )
def on_open(self, theFile): openFile(theFile)