11033:6b197c3389f7 | 11034:7b8a21fd2d58 |
---|---|
233 # qscintilla needed for web browser | 233 # qscintilla needed for web browser |
234 | 234 |
235 w = mwFactory(args) | 235 w = mwFactory(args) |
236 if w is None: | 236 if w is None: |
237 return 100 | 237 return 100 |
238 else: | |
239 app.setMainWindow(mainWindow=w) | |
238 | 240 |
239 if quitOnLastWindowClosed: | 241 if quitOnLastWindowClosed: |
240 app.lastWindowClosed.connect(app.quit) | 242 app.lastWindowClosed.connect(app.quit) |
241 w.show() | 243 w.show() |
242 if raiseIt: | 244 if raiseIt: |