From 35d7c73cf74e891b6ead631444e4e470b3a7a941 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Mon, 16 Apr 2007 16:35:39 +0000 Subject: added preferences for Qt-Frontend --- portato/gui/qt/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'portato/gui/qt/__init__.py') diff --git a/portato/gui/qt/__init__.py b/portato/gui/qt/__init__.py index c714757..df49473 100644 --- a/portato/gui/qt/__init__.py +++ b/portato/gui/qt/__init__.py @@ -10,8 +10,10 @@ # # Written by René 'Necoro' Neumann +from PyQt4.Qt import QApplication from windows import MainWindow def run(): + app = QApplication([]) m = MainWindow() - m.main() + app.exec_() -- cgit v1.2.3-70-g09d2