Changeset 22fe4250d0bcf89ea27a0cdf42144a88ff72c6e2
- Timestamp:
- 06/04/08 01:39:33
(8 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1207438773 -0700
- git-parent:
[1a74e0bf8222741078115b8296758bd8eafd2a9e]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1207438773 -0700
- Message:
Increase the space between the bands and the main amplification in the equalizer
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5f73c52 |
r22fe425 |
|
| 1 | 1 | <ui version="4.0" > |
|---|
| 2 | | <author></author> |
|---|
| 3 | | <comment></comment> |
|---|
| 4 | | <exportmacro></exportmacro> |
|---|
| 5 | 2 | <class>EqualizerWidget</class> |
|---|
| 6 | 3 | <widget class="QWidget" name="EqualizerWidget" > |
|---|
| … | … | |
| 9 | 6 | <x>0</x> |
|---|
| 10 | 7 | <y>0</y> |
|---|
| 11 | | <width>514</width> |
|---|
| 12 | | <height>291</height> |
|---|
| | 8 | <width>524</width> |
|---|
| | 9 | <height>290</height> |
|---|
| 13 | 10 | </rect> |
|---|
| 14 | 11 | </property> |
|---|
| … | … | |
| 17 | 14 | </property> |
|---|
| 18 | 15 | <layout class="QVBoxLayout" > |
|---|
| 19 | | <property name="margin" > |
|---|
| 20 | | <number>9</number> |
|---|
| 21 | | </property> |
|---|
| 22 | | <property name="spacing" > |
|---|
| 23 | | <number>6</number> |
|---|
| 24 | | </property> |
|---|
| 25 | | <item> |
|---|
| 26 | 16 | <layout class="QHBoxLayout" > |
|---|
| | 17 | <property name="spacing" > |
|---|
| | 18 | <number>6</number> |
|---|
| | 19 | </property> |
|---|
| 27 | 20 | <property name="margin" > |
|---|
| 28 | 21 | <number>0</number> |
|---|
| 29 | | </property> |
|---|
| 30 | | <property name="spacing" > |
|---|
| 31 | | <number>6</number> |
|---|
| 32 | 22 | </property> |
|---|
| 33 | 23 | <item> |
|---|
| … | … | |
| 82 | 72 | <number>0</number> |
|---|
| 83 | 73 | </property> |
|---|
| 84 | | <property name="spacing" > |
|---|
| 85 | | <number>6</number> |
|---|
| 86 | | </property> |
|---|
| 87 | 74 | <item row="1" column="0" > |
|---|
| 88 | 75 | <widget class="QLabel" name="preampLabel" > |
|---|
| … | … | |
| 96 | 83 | <property name="orientation" > |
|---|
| 97 | 84 | <enum>Qt::Vertical</enum> |
|---|
| 98 | | </property> |
|---|
| | 85 | </property> |
|---|
| 99 | 86 | </widget> |
|---|
| 100 | 87 | </item> |
|---|
| 101 | | <item rowspan="2" row="0" column="1" > |
|---|
| | 88 | <item rowspan="2" row="0" column="2" > |
|---|
| 102 | 89 | <widget class="QFrame" name="frame" /> |
|---|
| | 90 | </item> |
|---|
| | 91 | <item row="0" column="1" > |
|---|
| | 92 | <spacer> |
|---|
| | 93 | <property name="orientation" > |
|---|
| | 94 | <enum>Qt::Horizontal</enum> |
|---|
| | 95 | </property> |
|---|
| | 96 | <property name="sizeHint" > |
|---|
| | 97 | <size> |
|---|
| | 98 | <width>40</width> |
|---|
| | 99 | <height>20</height> |
|---|
| | 100 | </size> |
|---|
| | 101 | </property> |
|---|
| | 102 | </spacer> |
|---|
| 103 | 103 | </item> |
|---|
| 104 | 104 | </layout> |
|---|
| … | … | |
| 106 | 106 | </layout> |
|---|
| 107 | 107 | </widget> |
|---|
| 108 | | <pixmapfunction></pixmapfunction> |
|---|
| 109 | 108 | <resources/> |
|---|
| 110 | 109 | <connections/> |
|---|