Exemplo n.º 1
0
    def close(self):

        BasePopup.close(self)
Exemplo n.º 2
0
 def close(self):
 
   self.updateRunParams()
   
   BasePopup.close(self)
Exemplo n.º 3
0
    def close(self):

        self.applyManual()
        BasePopup.close(self)
Exemplo n.º 4
0
    def close(self):

        self.clearMarks()
        BasePopup.close(self)
Exemplo n.º 5
0
 def close(self):
 
   self.setMeritAnnotation()
   BasePopup.close(self)