diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-03-16 12:42:28 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-03-16 12:42:28 +0000 |
| commit | 8040e9cf13fa527c9262b5a4eaa233304485c1c9 (patch) | |
| tree | 5dd7abd261be975c32ff2baf5b0ccf34cd4c10a5 /src/plugins/Ui/qsui/forms | |
| parent | 520755833a9206995ce61c306fdf5bdff7e37264 (diff) | |
| download | qmmp-8040e9cf13fa527c9262b5a4eaa233304485c1c9.tar.gz qmmp-8040e9cf13fa527c9262b5a4eaa233304485c1c9.tar.bz2 qmmp-8040e9cf13fa527c9262b5a4eaa233304485c1c9.zip | |
qsui: prepare for new action editor implementation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6187 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/qsui/forms')
| -rw-r--r-- | src/plugins/Ui/qsui/forms/mainwindow.ui | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/src/plugins/Ui/qsui/forms/mainwindow.ui b/src/plugins/Ui/qsui/forms/mainwindow.ui index 5a9eb2797..22292be17 100644 --- a/src/plugins/Ui/qsui/forms/mainwindow.ui +++ b/src/plugins/Ui/qsui/forms/mainwindow.ui @@ -89,46 +89,6 @@ <addaction name="menuTools"/> <addaction name="menuHelp"/> </widget> - <widget class="QToolBar" name="buttonsToolBar"> - <property name="windowTitle"> - <string>Playback</string> - </property> - <property name="iconSize"> - <size> - <width>16</width> - <height>16</height> - </size> - </property> - <attribute name="toolBarArea"> - <enum>TopToolBarArea</enum> - </attribute> - <attribute name="toolBarBreak"> - <bool>false</bool> - </attribute> - </widget> - <widget class="QToolBar" name="progressToolBar"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="windowTitle"> - <string>Progress</string> - </property> - <property name="iconSize"> - <size> - <width>16</width> - <height>16</height> - </size> - </property> - <attribute name="toolBarArea"> - <enum>TopToolBarArea</enum> - </attribute> - <attribute name="toolBarBreak"> - <bool>false</bool> - </attribute> - </widget> <widget class="QDockWidget" name="analyzerDockWidget"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
