Exemple #1
0
 def open_file(self):
     path = select_file()
     self.data['file_list'] = [path.replace('/', os.sep)]
     self.add_to_tree()
Exemple #2
0
 def select_config_path(self):
     self.config_path = select_file()
Exemple #3
0
	def open_file(self):
		self.path=select_file()
Exemple #4
0
 def select_annotation_path(self):
     self.annoation_path = select_file()