def input_search_path(self): """ ????????, ??????????? """ root_dir = QFileDialog.getExistingDirectory(self, "????????") self.root_path_edit.setText(root_dir)