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()
|
self.listWidget.scrollToBottom()
|
||||||
|
|
||||||
def autoPick(self):
|
def autoPick(self):
|
||||||
savepath = QInputDialog.getText(self, "Enter save path for autoPyLoT output:",
|
savepath = QFileDialog().getExistingDirectory(caption='Select autoPyLoT output')
|
||||||
"savepath")
|
|
||||||
self.autosave = savepath[0]
|
self.autosave = savepath[0]
|
||||||
self.listWidget = QListWidget()
|
self.listWidget = QListWidget()
|
||||||
self.setDirty(True)
|
self.setDirty(True)
|
||||||
|
Loading…
Reference in New Issue
Block a user