def select_dir(self): ''' ????????????? ''' self.dir=QFileDialog.getExistingDirectory(self,'??????',(self.dirname if self.dirname else './'))