Mercurial > hg > Feedworm
comparison feedworm-gui.py @ 38:11bac653edfd
when displaying the window, maximize it
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 14 May 2010 06:40:12 +0200 |
parents | 74b8c9a9d5de |
children | 12ed8b5fa08c |
comparison
equal
deleted
inserted
replaced
37:22214d79ed41 | 38:11bac653edfd |
---|---|
9 util.configureLogging() | 9 util.configureLogging() |
10 session = Database.createSession() | 10 session = Database.createSession() |
11 | 11 |
12 app = QtGui.QApplication(sys.argv) | 12 app = QtGui.QApplication(sys.argv) |
13 mainWindow = MainWindow(session) | 13 mainWindow = MainWindow(session) |
14 mainWindow.show() | 14 mainWindow.showMaximized() |
15 sys.exit(app.exec_()) | 15 sys.exit(app.exec_()) |