예제 #1
0
 def load_cmd_images(self, args):
     ''' load images from command line args'''
     petgfunctions.loadimages(self, args, qApp)
예제 #2
0
 def loadimages(self):
     ''' load images and return a filenames arrary and a space separated string of file names within double quotes'''
     loadedimages, loadedimagesstring = petgfunctions.images_dialog(self, qApp)
     petgfunctions.loadimages(self,loadedimages, loadedimagesstring,qApp)
예제 #3
0
 def loadimages(self):
     ''' show dialog of image files and load images selected '''
     selectedimages = petgfunctions.images_dialog(self, qApp)
     petgfunctions.loadimages(self, selectedimages, qApp)
예제 #4
0
 def reloadimages(self):
     petgfunctions.loadimages(self, self.loaded_images, qApp)
예제 #5
0
 def load_cmd_images(self, args):
     ''' load images from command line args'''
     petgfunctions.loadimages(self, args, qApp)
예제 #6
0
 def loadimages(self):
     ''' show dialog of image files and load images selected '''
     selectedimages = petgfunctions.images_dialog(self, qApp)
     petgfunctions.loadimages(self, selectedimages, qApp)
예제 #7
0
 def reloadimages(self):
     petgfunctions.loadimages(self, self.loaded_images, qApp)