Exemple #1
0
 def __init__(self):
     """
     Standard init.
     """
     QtGui.QDialog.__init__(self)
     self.cancelPressed = False
     # This is how the init is called in the file created py pyuic4.
     self.design = Ui_BatchDialog()
     self.design.setupUi(self)
     self.major_value = 0
     self.__connectSignals()