Remove the unused menu bar and status bar from alsoft-config

This commit is contained in:
Chris Robinson
2013-06-27 21:42:38 -07:00
parent a375104826
commit 2c7f94e285
2 changed files with 2 additions and 11 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}
+1 -10
View File
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>564</width>
<height>473</height>
<height>454</height>
</rect>
</property>
<property name="windowTitle">
@@ -1330,15 +1330,6 @@ added by the ALC_EXT_DEDICATED extension.</string>
</widget>
<addaction name="menuFile"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionQuit">
<property name="icon">
<iconset theme="application-exit"/>