Exemple #1
0
 def __init__(self, reactor, installCallback):
     QWidget.__init__(self)
     self.ui = Ui_UpdateNotifyWindow()
     self.ui.setupUi(self)
     FlashWindow.__init__(self, reactor)
     self.installCallback = installCallback
     self.show()
     self.flash()