Removed the status bar, since it's not used for anything

Mon, 30 Jan 2017 02:33:17 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Mon, 30 Jan 2017 02:33:17 +0200
changeset 1085
e22f07465d3b
parent 1084
63daaf652454
child 1086
621c2e5853bb

Removed the status bar, since it's not used for anything

src/mainwindow.cpp file | annotate | diff | comparison | revisions
src/mainwindow.ui file | annotate | diff | comparison | revisions
--- a/src/mainwindow.cpp	Mon Jan 30 02:30:26 2017 +0200
+++ b/src/mainwindow.cpp	Mon Jan 30 02:33:17 2017 +0200
@@ -21,7 +21,6 @@
 #include <QEvent>
 #include <QContextMenuEvent>
 #include <QMenuBar>
-#include <QStatusBar>
 #include <QSplitter>
 #include <QListWidget>
 #include <QToolButton>
@@ -105,7 +104,6 @@
 		updatePrimitives();
 
 	m_quickColors = m_guiUtilities->loadQuickColorList();
-	setStatusBar (new QStatusBar);
 	updateActions();
 
 	// Connect all actions and save default sequences
--- a/src/mainwindow.ui	Mon Jan 30 02:30:26 2017 +0200
+++ b/src/mainwindow.ui	Mon Jan 30 02:33:17 2017 +0200
@@ -47,8 +47,8 @@
           <rect>
            <x>0</x>
            <y>0</y>
-           <width>234</width>
-           <height>407</height>
+           <width>233</width>
+           <height>429</height>
           </rect>
          </property>
          <attribute name="label">
@@ -75,8 +75,8 @@
           <rect>
            <x>0</x>
            <y>0</y>
-           <width>264</width>
-           <height>121</height>
+           <width>233</width>
+           <height>429</height>
           </rect>
          </property>
          <attribute name="label">
@@ -157,8 +157,8 @@
           <rect>
            <x>0</x>
            <y>0</y>
-           <width>96</width>
-           <height>86</height>
+           <width>233</width>
+           <height>429</height>
           </rect>
          </property>
          <attribute name="label">
@@ -194,7 +194,7 @@
      <x>0</x>
      <y>0</y>
      <width>1010</width>
-     <height>29</height>
+     <height>25</height>
     </rect>
    </property>
    <widget class="QMenu" name="menuFile">
@@ -401,7 +401,6 @@
    <addaction name="menuExternal_Tools"/>
    <addaction name="menuHelp"/>
   </widget>
-  <widget class="QStatusBar" name="statusbar"/>
   <widget class="QToolBar" name="toolBarFile">
    <property name="windowTitle">
     <string>File</string>
@@ -788,7 +787,7 @@
   </action>
   <action name="actionNewSubfile">
    <property name="icon">
-    <iconset resource="../ldforge.qrc">
+    <iconset>
      <normaloff>:/icons/add-subfile.png</normaloff>:/icons/add-subfile.png</iconset>
    </property>
    <property name="text">

mercurial