def slot_openFileManager(self): open = QFileDialog() self.path = open.getExistingDirectory() self.save_path_lineEdit.setText(self.path) print(self.path)