From 878d9e71b972d86895673789925fdbe819dd763c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Heli=20Hyv=C3=A4ttinen?= Date: Wed, 13 Jul 2011 22:08:24 +0300 Subject: [PATCH] Menubar hidden Got rid of the menu. Now need to recreate its functionality otherwise. --- mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 27796bd..19b3fd4 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -78,6 +78,8 @@ MainWindow::MainWindow(QWidget *parent) connect(pAboutAction,SIGNAL(triggered()),this,SLOT(about())); menuBar()->addAction(pAboutAction); + menuBar()->hide(); + Level level1(5,10); -- 1.7.9.5