The application is now fullscreen
authorHeli Hyvättinen <heli.hyvattinen@kymp.net>
Wed, 13 Jul 2011 19:02:56 +0000 (22:02 +0300)
committerHeli Hyvättinen <heli.hyvattinen@kymp.net>
Wed, 13 Jul 2011 19:02:56 +0000 (22:02 +0300)
Got rid of the grey bar at the bottom by going fullscreen.
Tiny gray frame around the app.
Menu is semi-useless and ugly.

mainwindow.cpp

index 58b3cfd..27796bd 100644 (file)
@@ -40,6 +40,8 @@ MainWindow::MainWindow(QWidget *parent)
     setWindowIcon(QIcon(":/pix/laiva_3aave.png"));
     setWindowTitle("Ghosts Overboard");
 
+    showFullScreen();
+
     pScene_ = new SeaScene ();
     connect(pScene_,SIGNAL(allGhostsPicked()),this,SLOT(nextLevel()));