Utilities/Startup.py

changeset 1775
cbe864be5274
parent 1509
c0b5e693b0eb
child 1849
fb1d05e523d3
equal deleted inserted replaced
1773:05265254f212 1775:cbe864be5274
241 241
242 w = mwFactory(argv) 242 w = mwFactory(argv)
243 if quitOnLastWindowClosed: 243 if quitOnLastWindowClosed:
244 app.lastWindowClosed.connect(app.quit) 244 app.lastWindowClosed.connect(app.quit)
245 w.show() 245 w.show()
246 w.raise_()
246 247
247 return app.exec_() 248 return app.exec_()

eric ide

mercurial