def _on_select_path_directory(self):
path = QFileDialog().getExistingDirectory(self, 'Add directory lookup path for the file server',
os.path.expanduser('~'))
self._path_bar.setCurrentText(path)