Implented GUI dialog to select directory for autoPyLoT output.
This commit is contained in:
		
							parent
							
								
									6269632875
								
							
						
					
					
						commit
						4244047096
					
				| @ -843,8 +843,7 @@ class MainWindow(QMainWindow): | ||||
|         self.listWidget.scrollToBottom() | ||||
| 
 | ||||
|     def autoPick(self): | ||||
|         savepath = QInputDialog.getText(self, "Enter save path for autoPyLoT output:", | ||||
|                                             "savepath") | ||||
|         savepath = QFileDialog().getExistingDirectory(caption='Select autoPyLoT output')  | ||||
|         self.autosave = savepath[0] | ||||
|         self.listWidget = QListWidget() | ||||
|         self.setDirty(True) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user