Utilities/Startup.py

branch
5_2_x
changeset 1777
d464bb43569d
parent 1509
c0b5e693b0eb
child 1849
fb1d05e523d3
equal deleted inserted replaced
1774:fda2bb18c3ae 1777:d464bb43569d
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