diff options
author | Chris Robinson <[email protected]> | 2013-06-27 21:42:38 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-06-27 21:42:38 -0700 |
commit | 2c7f94e285cfcb9bb1e534e47581b371d355d0f6 (patch) | |
tree | 9c7541179450ef23721e7915c573e533855d4ef7 /utils/alsoft-config | |
parent | a375104826d611cd4f65b53aca8c204a1395091e (diff) |
Remove the unused menu bar and status bar from alsoft-config
Diffstat (limited to 'utils/alsoft-config')
-rw-r--r-- | utils/alsoft-config/main.cpp | 2 | ||||
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 11 |
2 files changed, 2 insertions, 11 deletions
diff --git a/utils/alsoft-config/main.cpp b/utils/alsoft-config/main.cpp index 9e2d83c8..b48f94ec 100644 --- a/utils/alsoft-config/main.cpp +++ b/utils/alsoft-config/main.cpp @@ -6,6 +6,6 @@ int main(int argc, char *argv[]) QApplication a(argc, argv); MainWindow w; w.show(); - + return a.exec(); } diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 1344554f..f1333805 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -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"/> |