Пример #1
0
    def refresh_state(self):
        if self.log.log['currentState'] == "Data Processing":
            move_to_data_processing(self)
        elif self.log.log['currentState'] == "Quality Assurance":
            move_to_quality_assurance(self)
        elif self.log.log['currentState'] == "Model":
            move_to_model(self)
        elif self.log.log['currentState'] == "Results Navigation":
            move_to_results_navigation(self)
        elif self.log.log['currentState'] == "Results Summary":
            move_to_results_summary(self)

        QtCore.QCoreApplication.processEvents()
Пример #2
0
 def create_results_thumbs(self):
     self.controller.process_images('results',progressBar=self.progressBar,view=self)
     move_to_results_navigation(self,runNew=True)
Пример #3
0
 def move_to_results_navigation(self,dummy=None):
     move_to_results_navigation(self)