src/eric7/EricWidgets/EricApplication.py

branch
eric7
changeset 11035
e1e1d6e317c7
parent 11034
7b8a21fd2d58
child 11090
f5f5f5803935
equal deleted inserted replaced
11034:7b8a21fd2d58 11035:e1e1d6e317c7
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

eric ide

mercurial