45 self.username = '' |
45 self.username = '' |
46 self.password = '' |
46 self.password = '' |
47 self.__hgClient = hg.getClient() |
47 self.__hgClient = hg.getClient() |
48 |
48 |
49 self.outputGroup.setTitle(text) |
49 self.outputGroup.setTitle(text) |
|
50 |
|
51 self.show() |
|
52 QCoreApplication.processEvents() |
50 |
53 |
51 def __finish(self): |
54 def __finish(self): |
52 """ |
55 """ |
53 Private slot called when the process finished or the user pressed the button. |
56 Private slot called when the process finished or the user pressed the button. |
54 """ |
57 """ |