303 self.__mainWindow = mainWindow |
303 self.__mainWindow = mainWindow |
304 |
304 |
305 def getMainWindow(self): |
305 def getMainWindow(self): |
306 """ |
306 """ |
307 Public method to get a reference to the application main window. |
307 Public method to get a reference to the application main window. |
308 |
308 |
309 @return reference to the application main window |
309 @return reference to the application main window |
310 @rtype QWidget |
310 @rtype QWidget |
311 """ |
311 """ |
312 return self.__mainWindow |
312 return self.__mainWindow |
313 |
313 |