From 62dd490b572bbcdfa8fc65f07ee6f9fcaf8ced77 Mon Sep 17 00:00:00 2001 From: Alessandro Portale <alessandro.portale@nokia.com> Date: Fri, 29 Oct 2010 16:17:24 +0200 Subject: [PATCH] Removing ToolBar and StatusBar from mobile app ui template These are useseless place eaters. If needed, they can easily be added by the user in Qt Designer. Reviewed-By: ck --- share/qtcreator/templates/mobileapp/mainwindow.ui | 2 -- 1 file changed, 2 deletions(-) diff --git a/share/qtcreator/templates/mobileapp/mainwindow.ui b/share/qtcreator/templates/mobileapp/mainwindow.ui index d2ae706e129..f3dc9dda01f 100644 --- a/share/qtcreator/templates/mobileapp/mainwindow.ui +++ b/share/qtcreator/templates/mobileapp/mainwindow.ui @@ -13,9 +13,7 @@ <string>MainWindow</string> </property> <widget class="QMenuBar" name="menuBar" /> - <widget class="QToolBar" name="mainToolBar" /> <widget class="QWidget" name="centralWidget" /> - <widget class="QStatusBar" name="statusBar" /> </widget> <layoutDefault spacing="6" margin="11" /> <pixmapfunction></pixmapfunction> -- GitLab